From 2ca4ccd23abec481d461778593f22dc64c445424 Mon Sep 17 00:00:00 2001 From: Amunak Date: Mon, 1 Dec 2014 02:27:17 +0100 Subject: [PATCH] Lowered SMES coil price to 75 It is a valuable piece of technology, but alone it is not really powerful at all. This is the same price as the RUST core and TE generator, which are both admittedly much more complicated. I know this was for balance reasons, but as it is now engineers will rather steal the coils from solar panel SMESes than to deal with cargo who are not very supportive of ordering expensive stuff like this. --- 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 61825a67b8e..6cf36e48a0a 100755 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -463,7 +463,7 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee /datum/supply_packs/smescoil name = "Superconducting Magnetic Coil" contains = list(/obj/item/weapon/smes_coil) - cost = 150 + cost = 75 containertype = /obj/structure/closet/crate containername = "Superconducting Magnetic Coil crate" group = "Engineering"