From f5df6c96f34691d24fd4330e3863e7e07743fa34 Mon Sep 17 00:00:00 2001 From: Probe1 Date: Wed, 18 May 2016 22:39:21 -0400 Subject: [PATCH] Drops diamond cost of posi brains. Doubles gold, silver, and plasma cost. This is still below 1 sheet per posibrain of each material. (#10024) --- code/modules/research/designs/robotics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs/robotics.dm b/code/modules/research/designs/robotics.dm index fe032579d1a..10091bf3815 100644 --- a/code/modules/research/designs/robotics.dm +++ b/code/modules/research/designs/robotics.dm @@ -6,7 +6,7 @@ id = "posibrain" req_tech = list("engineering" = 4, "materials" = 6, "bluespace" = 2, "programming" = 4) build_type = PROTOLATHE - materials = list(MAT_IRON = 2000, MAT_GLASS = 1000, MAT_SILVER = 1000, MAT_GOLD = 500, MAT_PLASMA = 500, MAT_DIAMOND = 100) + materials = list(MAT_IRON = 2000, MAT_GLASS = 1000, MAT_SILVER = 1000, MAT_GOLD = 1000, MAT_PLASMA = 1000) category = "Robotics" build_path = /obj/item/device/mmi/posibrain