Science Tapes (#11785)

This commit is contained in:
Geeves
2021-05-08 12:08:33 +02:00
committed by GitHub
parent ca2bd4f179
commit 22246d5650
6 changed files with 37 additions and 14 deletions
@@ -61,6 +61,19 @@ var/list/tape_roll_applications = list()
req_one_access = list(access_medical_equip)
icon_base = "medical"
/obj/item/taperoll/science
name = "science tape"
desc = "A high-tech roll of science tape, used to prevent curious onlookers from failing into a research-borne singularity."
icon_state = "science_start"
tape_type = /obj/item/tape/science
icon_base = "science"
/obj/item/tape/science
name = "science tape"
desc = "A length of science tape. Better not cross it."
req_one_access = list(access_research)
icon_base = "science"
/obj/item/taperoll/engineering
name = "engineering tape"
desc = "A roll of engineering tape used to block off working areas from the public."
@@ -16,7 +16,7 @@
new /obj/item/device/radio/headset/headset_sci/alt(src)
new /obj/item/tank/air(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/taperoll/science(src)
/obj/structure/closet/secure_closet/RD
name = "research director's locker"
@@ -47,6 +47,7 @@
new /obj/item/device/pin_extractor(src)
new /obj/item/storage/box/fancy/keypouch/sci(src)
new /obj/item/storage/box/tethers(src)
new /obj/item/taperoll/science(src)
/obj/structure/closet/secure_closet/RD2
name = "research director's attire"