From b282f24f9a027dc3f08e61cca01fb15309d62bef Mon Sep 17 00:00:00 2001 From: Adrer Date: Wed, 3 Aug 2022 21:01:24 +0200 Subject: [PATCH] Remove plasteel crates from cargo (#18661) Co-authored-by: adrermail@gmail.com --- code/datums/supplypacks.dm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 5bcdbc0ed86..218680f4ff5 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -1335,20 +1335,6 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY cost = 10 containername = "metal sheets crate" -/datum/supply_packs/materials/plasteel20 - name = "20 Plasteel Sheets Crate" - contains = list(/obj/item/stack/sheet/plasteel) - amount = 20 - cost = 30 - containername = "plasteel sheets crate" - -/datum/supply_packs/materials/plasteel50 - name = "50 Plasteel Sheets Crate" - contains = list(/obj/item/stack/sheet/plasteel) - amount = 50 - cost = 50 - containername = "plasteel sheets crate" - /datum/supply_packs/materials/glass50 name = "50 Glass Sheets Crate" contains = list(/obj/item/stack/sheet/glass)