From 5ecf4f272580aa8a07e62818d60be376d2eabc32 Mon Sep 17 00:00:00 2001 From: LatD Date: Sat, 11 Jun 2016 17:51:40 +0300 Subject: [PATCH] Raise the cost for now --- code/modules/cargo/packs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 553cf52112e..dbf7051b9cb 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -801,7 +801,7 @@ /datum/supply_pack/science/research name = "Machine Prototype Crate" - cost = 5000 + cost = 8000 access = access_research contains = list(/obj/item/device/machineprototype) crate_name = "machine prototype crate"