mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Adds tape to medical, and excavation lockers.
Also maps in some EMT medical tape, corrects some badly rotated intercoms, and pixel shifts the large sinks properly.
This commit is contained in:
@@ -70,7 +70,7 @@ var/list/tape_roll_applications = list()
|
||||
/obj/item/taperoll/research
|
||||
name = "research tape"
|
||||
desc = "A roll of research tape used to block off working areas from the public."
|
||||
tape_type = /obj/item/tape/atmos
|
||||
tape_type = /obj/item/tape/research
|
||||
color = COLOR_PURPLE
|
||||
|
||||
/obj/item/tape/research
|
||||
@@ -82,7 +82,7 @@ var/list/tape_roll_applications = list()
|
||||
/obj/item/taperoll/medical
|
||||
name = "medical tape"
|
||||
desc = "A roll of medical tape used to block off working areas from the public."
|
||||
tape_type = /obj/item/tape/atmos
|
||||
tape_type = /obj/item/tape/medical
|
||||
color = COLOR_GREEN
|
||||
|
||||
/obj/item/tape/medical
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
new /obj/item/clothing/shoes/white(src)
|
||||
// new /obj/item/weapon/cartridge/medical(src)
|
||||
new /obj/item/device/radio/headset/headset_med(src)
|
||||
new /obj/item/taperoll/medical(src)
|
||||
return
|
||||
|
||||
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
new /obj/item/weapon/pickaxe/hand(src)
|
||||
new /obj/item/weapon/storage/bag/fossils(src)
|
||||
new /obj/item/weapon/hand_labeler(src)
|
||||
new /obj/item/taperoll/research(src)
|
||||
return
|
||||
|
||||
//---- Isolation room air alarms
|
||||
|
||||
Reference in New Issue
Block a user