Small tweak to survival boxes

Synths start with a unique empty type rather than just an unnamed cardboard box, and don't get a tank or the comprehensive supplies (the only useful thing would be the glowstick, but there are a billion of those).
This commit is contained in:
Arokha Sieyes
2018-02-23 11:51:11 -05:00
parent a47ce58f0a
commit 9e20ead03a
2 changed files with 24 additions and 15 deletions
@@ -59,6 +59,11 @@
/obj/item/clothing/mask/breath
)
/obj/item/weapon/storage/box/survival/synth
name = "synthetic supply box"
desc = "A survival box issued to synthetic crew members for use in emergency situations."
starts_with = list()
/obj/item/weapon/storage/box/survival/comp
name = "emergency supply box"
desc = "A comprehensive survival box issued to crew members for use in emergency situations. Contains additional supplies."