From 66febf4457798c7f5dba30ce9dd84396fadbf228 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 15 Nov 2015 19:28:52 -0500 Subject: [PATCH] Laser Scalpel Price Tweaks --- code/modules/research/designs/medical_designs.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index 2f46ef2532f..cbffe884787 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -174,7 +174,7 @@ id = "scalpel_laser1" req_tech = list("biotech" = 2, "materials" = 2, "magnets" = 2) build_type = PROTOLATHE - materials = list(MAT_METAL = 12500, MAT_GLASS = 7500) + materials = list(MAT_METAL = 2000, MAT_GLASS = 1500) build_path = /obj/item/weapon/scalpel/laser1 category = list("Medical") @@ -184,7 +184,7 @@ id = "scalpel_laser2" req_tech = list("biotech" = 3, "materials" = 4, "magnets" = 4) build_type = PROTOLATHE - materials = list(MAT_METAL = 12500, MAT_GLASS = 7500, MAT_SILVER = 2500) + materials = list(MAT_METAL = 2000, MAT_GLASS = 1500, MAT_SILVER = 1000) build_path = /obj/item/weapon/scalpel/laser2 category = list("Medical") @@ -194,7 +194,7 @@ id = "scalpel_laser3" req_tech = list("biotech" = 4, "materials" = 6, "magnets" = 5) build_type = PROTOLATHE - materials = list(MAT_METAL = 12500, MAT_GLASS = 7500, MAT_SILVER = 2000, MAT_GOLD = 1500) + materials = list(MAT_METAL = 2000, MAT_GLASS = 1500, MAT_SILVER = 1000, MAT_GOLD = 1000) build_path = /obj/item/weapon/scalpel/laser3 category = list("Medical") @@ -204,7 +204,7 @@ id = "scalpel_manager" req_tech = list("biotech" = 4, "materials" = 7, "magnets" = 5, "programming" = 4) build_type = PROTOLATHE - materials = list (MAT_METAL = 12500, MAT_GLASS = 7500, MAT_SILVER = 1500, MAT_GOLD = 1500, MAT_DIAMOND = 750) + materials = list (MAT_METAL = 2000, MAT_GLASS = 1500, MAT_SILVER = 1000, MAT_GOLD = 1000, MAT_DIAMOND = 1000) build_path = /obj/item/weapon/scalpel/manager category = list("Medical")