mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Science Tapes (#11785)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user