From d5523e9e0f293f33fdc43ac4d954b4e161109ad2 Mon Sep 17 00:00:00 2001 From: Mahimka42 <145904540+Mahimka42@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:07:44 +0700 Subject: [PATCH] Add: Anti-epidemic equipment crate (#5842) cargoupdate --- code/datums/supplypacks.dm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index bb45e94306a..ecf6b04620a 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -237,6 +237,35 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY containername = "pump crate" access = ACCESS_ATMOSPHERICS +/datum/supply_packs/emergency/biosuitcrate + name = "Anti-epidemic equipment crate" + contains = list(/obj/item/clothing/suit/bio_suit, + /obj/item/clothing/suit/bio_suit, + /obj/item/clothing/suit/bio_suit, + /obj/item/clothing/suit/bio_suit, + /obj/item/clothing/suit/bio_suit, + /obj/item/clothing/suit/bio_suit, + /obj/item/clothing/head/bio_hood, + /obj/item/clothing/head/bio_hood, + /obj/item/clothing/head/bio_hood, + /obj/item/clothing/head/bio_hood, + /obj/item/clothing/head/bio_hood, + /obj/item/clothing/head/bio_hood, + /obj/item/clothing/mask/breath, + /obj/item/clothing/mask/breath, + /obj/item/clothing/mask/breath, + /obj/item/clothing/mask/breath, + /obj/item/clothing/mask/breath, + /obj/item/clothing/mask/breath, + /obj/item/tank/internals/emergency_oxygen/engi, + /obj/item/tank/internals/emergency_oxygen/engi, + /obj/item/tank/internals/emergency_oxygen/engi, + /obj/item/tank/internals/emergency_oxygen/engi, + /obj/item/tank/internals/emergency_oxygen/engi, + /obj/item/tank/internals/emergency_oxygen/engi) + cost = 120 + containername = "anti-epidemic equipment crate" + /datum/supply_packs/emergency/specialops name = "Special Ops Supplies" contains = list(/obj/item/storage/box/emps,