mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
New internals box sprite + added flare (#7458)
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user