New internals box sprite + added flare (#7458)

This commit is contained in:
Matt Atlas
2019-11-23 11:12:42 +02:00
committed by Erki
parent d81bf1eb49
commit 926727e904
3 changed files with 49 additions and 1 deletions
@@ -114,8 +114,14 @@
..()
/obj/item/storage/box/survival
name = "emergency survival box"
desc = "A faithful box that will remain with you, no matter where you go, and probably save you."
icon_state = "e_box"
autodrobe_no_remove = 1
starts_with = list(/obj/item/clothing/mask/breath = 1, /obj/item/tank/emergency_oxygen = 1)
starts_with = list(/obj/item/clothing/mask/breath = 1,
/obj/item/tank/emergency_oxygen = 1,
/obj/item/device/flashlight/flare = 1
)
/obj/item/storage/box/survival/fill()
..()