Skip to content

Commit

Permalink
[MIRROR] Makes research tape purple
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin1230 authored and SuhEugene committed Dec 13, 2023
1 parent 53155d8 commit 7aef2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/policetape.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ var/global/list/tape_roll_applications = list()
name = "research tape"
desc = "A roll of research tape used to block off working areas from the public."
tape_type = /obj/item/tape/research
color = COLOR_WHITE
color = COLOR_RESEARCH

/obj/item/tape/research
name = "research tape"
desc = "A length of research tape. Better not cross it."
req_access = list(access_research)
color = COLOR_WHITE
color = COLOR_RESEARCH

/obj/item/taperoll/medical
name = "medical tape"
Expand Down

0 comments on commit 7aef2e0

Please sign in to comment.