diff --git a/code/game/mecha/mecha_parts.dm b/code/game/mecha/mecha_parts.dm index 59624f49756..8880de21928 100644 --- a/code/game/mecha/mecha_parts.dm +++ b/code/game/mecha/mecha_parts.dm @@ -293,7 +293,7 @@ icon_state = "phazon_harness" construction_time = 300 construction_cost = list("metal"=35000,"glass"=10000,"plasma"=20000) - origin_tech = "programming=5;materials=7;bluespace=4;powerstorage=6" + origin_tech = "programming=5;materials=6;bluespace=5;powerstorage=5" /obj/item/mecha_parts/part/phazon_head name="Phazon Head" @@ -336,7 +336,7 @@ icon_state = "phazon_armor" construction_time = 300 construction_cost = list("metal"=45000,"plasma"=30000) - origin_tech = "materials=6;bluespace=4;magnets=5" + origin_tech = "materials=6;bluespace=5;magnets=5" ///////// Odysseus /obj/item/mecha_parts/chassis/odysseus diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 366d7abeddd..6dcafe97873 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -824,7 +824,7 @@ datum/design/phazon_peri name = "Exosuit Design (\"Phazon\" Peripherals Control module)" desc = "Allows for the construction of a \"Phazon\" Peripheral Control module." id = "phazon_peri" - req_tech = list("programming" = 5, "bluespace" = 4) + req_tech = list("programming" = 5, "bluespace" = 6) build_type = IMPRINTER materials = list("$glass" = 1000, "sacid" = 20) build_path = /obj/item/weapon/circuitboard/mecha/phazon/peripherals @@ -833,7 +833,7 @@ datum/design/phazon_targ name = "Exosuit Design (\"Phazon\" Weapons & Targeting Control module)" desc = "Allows for the construction of a \"Phazon\" Weapons & Targeting Control module." id = "phazon_targ" - req_tech = list("programming" = 5, "magnets" = 5) + req_tech = list("programming" = 5, "magnets" = 6) build_type = IMPRINTER materials = list("$glass" = 1000, "sacid" = 20) build_path = /obj/item/weapon/circuitboard/mecha/phazon/targeting