From 06d5410b3a5a2cf4a2fe1259ccfc7d4f348c8d36 Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Sat, 28 Jul 2018 21:36:53 +0300 Subject: [PATCH 1/2] all crate things must come to an end --- code/datums/supplypacks.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 353d38a6932..3dc03057228 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -1236,8 +1236,8 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine /datum/supply_packs/materials/plastic30 name = "30 Plastic Sheets Crate" contains = list(/obj/item/stack/sheet/plastic) - amount = 50 - cost = 10 + amount = 30 + cost = 35 containername = "plastic sheets crate" ////////////////////////////////////////////////////////////////////////////// From 5bfb03fd54bd321b9662fdbf7d2769a9591f1b6a Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Sat, 28 Jul 2018 21:50:51 +0300 Subject: [PATCH 2/2] crate pun --- code/datums/supplypacks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 3dc03057228..628b754a5ae 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -1237,7 +1237,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine name = "30 Plastic Sheets Crate" contains = list(/obj/item/stack/sheet/plastic) amount = 30 - cost = 35 + cost = 20 containername = "plastic sheets crate" //////////////////////////////////////////////////////////////////////////////