Escape shuttle modified after feedback.

Wall emergency lockers now contain two breath masks and two emergency oxygen tanks.

Emergency ration crates contain two boxes of donk-pockets. The escape shuttle has two crates at the back.
This commit is contained in:
RavingManiac
2014-02-02 16:04:11 +08:00
parent 5223888f70
commit 30915b5ba4
3 changed files with 78 additions and 74 deletions

View File

@@ -303,6 +303,15 @@
newgas.temperature = target_temp
return newgas
/obj/structure/closet/crate/freezer/rations //Fpr use in the escape shuttle
desc = "A crate of emergency rations."
name = "Emergency Rations"
/obj/structure/closet/crate/freezer/rations/New()
..()
new /obj/item/weapon/storage/box/donkpockets(src)
new /obj/item/weapon/storage/box/donkpockets(src)
/obj/structure/closet/crate/bin
desc = "A large bin."