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:
PsiOmegaDelta
2015-12-11 09:54:31 +01:00
parent 6ab585fbf2
commit eda4a5d595
4 changed files with 20 additions and 18 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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