From f370d92dfab8bd6b50e6d0b42e95503c4ca01ba4 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Fri, 6 Jun 2014 00:45:10 -0400 Subject: [PATCH] Boop --- code/modules/research/protolathe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/protolathe.dm b/code/modules/research/protolathe.dm index 02f270d18ea..db057ffdde0 100644 --- a/code/modules/research/protolathe.dm +++ b/code/modules/research/protolathe.dm @@ -167,7 +167,7 @@ Note: Must be placed west/left of and R&D console to function. if(/obj/item/stack/sheet/glass) g_amount += amount * 3750 if(/obj/item/stack/sheet/plasteel) - g_amount += amount * 2000 + plasteel_amount += amount * 2000 if(/obj/item/stack/sheet/mineral/gold) gold_amount += amount * 2000 if(/obj/item/stack/sheet/mineral/silver)