From 27565f4da99fed5a814593f647fb59b4375c7f93 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 3 May 2019 03:06:00 -0400 Subject: [PATCH] Boxed emergency suits --- code/game/objects/items/weapons/storage/boxes_vr.dm | 10 ++++++++++ code/game/objects/structures/trash_pile.dm | 1 + 2 files changed, 11 insertions(+) diff --git a/code/game/objects/items/weapons/storage/boxes_vr.dm b/code/game/objects/items/weapons/storage/boxes_vr.dm index b1690898e8..e41691ec5c 100644 --- a/code/game/objects/items/weapons/storage/boxes_vr.dm +++ b/code/game/objects/items/weapons/storage/boxes_vr.dm @@ -36,3 +36,13 @@ name = "box of command keys" desc = "A box full of service keys, for the HoP to give out as necessary." starts_with = list(/obj/item/device/encryptionkey/headset_service = 7) + +/obj/item/weapon/storage/box/survival/space + name = "boxed emergency suit and helmet" + icon_state = "survivaleng" + starts_with = list( + /obj/item/clothing/suit/space/emergency, + /obj/item/clothing/head/helmet/space/emergency, + /obj/item/clothing/mask/breath, + /obj/item/weapon/tank/emergency/oxygen/double + ) diff --git a/code/game/objects/structures/trash_pile.dm b/code/game/objects/structures/trash_pile.dm index 7cc95a6bd7..9e608dba36 100644 --- a/code/game/objects/structures/trash_pile.dm +++ b/code/game/objects/structures/trash_pile.dm @@ -240,6 +240,7 @@ prob(1);/obj/item/weapon/cell/hyper/empty, prob(1);/obj/item/weapon/disk/nifsoft/compliance, prob(1);/obj/item/weapon/material/knife/tacknife, + prob(1);/obj/item/weapon/storage/box/survival/space, prob(1);/obj/item/weapon/storage/secure/briefcase/money, prob(1);/obj/item/device/perfect_tele/one_beacon, prob(1);/obj/item/weapon/reagent_containers/syringe/steroid)