mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 01:22:24 +00:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user