Adds safety flares (#7431)

* emergency flares

* adds safety flares

* remove unneeded icon states
This commit is contained in:
Katie
2019-12-31 00:32:30 +00:00
committed by Nichlas Pihl
parent 6b09cf0c86
commit e72aa3c79f
2 changed files with 14 additions and 2 deletions

View File

@@ -126,6 +126,7 @@
new /obj/item/clothing/mask/breath(src)
new /obj/item/tank/internals/emergency_oxygen(src)
new /obj/item/reagent_containers/hypospray/medipen(src)
new /obj/item/flashlight/flare/emergency(src)
new /obj/item/map/station(src)
/obj/item/storage/box/survival/radio/PopulateContents()
@@ -137,14 +138,15 @@
new /obj/item/tank/internals/emergency_oxygen(src)
new /obj/item/crowbar/red(src)
new /obj/item/reagent_containers/hypospray/medipen(src)
new /obj/item/flashlight/flare/emergency(src)
new /obj/item/map/station(src)
// Engineer survival box
/obj/item/storage/box/engineer/PopulateContents()
new /obj/item/clothing/mask/breath(src)
new /obj/item/tank/internals/emergency_oxygen/engi(src)
new /obj/item/reagent_containers/hypospray/medipen(src)
new /obj/item/flashlight/flare/emergency(src)
new /obj/item/map/station(src)
/obj/item/storage/box/engineer/radio/PopulateContents()
@@ -161,6 +163,7 @@
new /obj/item/clothing/mask/gas/sechailer(src)
new /obj/item/tank/internals/emergency_oxygen(src)
new /obj/item/reagent_containers/hypospray/medipen(src)
new /obj/item/flashlight/flare/emergency(src)
new /obj/item/map/station(src)
/obj/item/storage/box/security/radio/PopulateContents()