diff --git a/code/game/objects/items/weapons/policetape.dm b/code/game/objects/items/weapons/policetape.dm index 5a616e5bb0b57..0fc04138f55e0 100644 --- a/code/game/objects/items/weapons/policetape.dm +++ b/code/game/objects/items/weapons/policetape.dm @@ -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"