From 3c3a2e6cfd7fc120379e61c5bddd0fa4da72b6b9 Mon Sep 17 00:00:00 2001 From: panurgomatic Date: Sat, 31 Dec 2011 16:06:03 +0000 Subject: [PATCH] - Nerfed Exosuit Syringe Gun construction cost. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2883 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/mecha/equipment/tools/tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm index c0b7963911e..46c86c891b2 100644 --- a/code/game/mecha/equipment/tools/tools.dm +++ b/code/game/mecha/equipment/tools/tools.dm @@ -1254,7 +1254,7 @@ equip_cooldown = 10 origin_tech = "materials=3;biotech=4;magnets=4;programming=3" construction_time = 200 - construction_cost = list("metal"=3000,"gold"=2000,"plasma"=4000) + construction_cost = list("metal"=3000,"glass"=2000) New() ..()