Freezer Heater Board Fix

- Freezer/Heater circuit boards now have proper build paths in Research
This commit is contained in:
Atlantiscze
2014-09-19 16:28:38 +02:00
parent 1cb8a3ee15
commit 16fe060f1a
+2 -2
View File
@@ -1234,7 +1234,7 @@ datum/design/gas_heater
req_tech = list("powerstorage" = 2, "engineering" = 1)
build_type = IMPRINTER
materials = list("$glass" = 2000, "sacid" = 20)
build_path = "/obj/item/weapon/circuitboard/gas_heater"
build_path = "/obj/item/weapon/circuitboard/unary_atmos/heater"
datum/design/gas_cooler
name = "Gas Cooling System Board"
@@ -1243,7 +1243,7 @@ datum/design/gas_cooler
req_tech = list("magnets" = 2, "engineering" = 2)
build_type = IMPRINTER
materials = list("$glass" = 2000, "sacid" = 20)
build_path = "/obj/item/weapon/circuitboard/gas_cooler"
build_path = "/obj/item/weapon/circuitboard/unary_atmos/cooler"
/////////////////////////////////////////
////////////Power Stuff//////////////////