Moves Rod Chamber Plastitanium to Circuit (#31849)

Removes the 2 plastitanium sheets from the rod chamber construction and instead adds 4000 cm^3 (equal to 2 sheets) of plasma and titanium cost to the circuit board.
This commit is contained in:
CRUNCH
2026-04-13 23:45:06 +00:00
committed by GitHub
parent 73668fe3bb
commit 9f3ef95934
3 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -495,12 +495,11 @@ to destroy them and players will be able to make replacements.
icon_state = "engineering"
build_path = /obj/machinery/atmospherics/reactor_chamber
origin_tech = "engineering=2"
materials = list(MAT_GLASS = 2000)
materials = list(MAT_GLASS = 2000, MAT_PLASMA = 4000, MAT_TITANIUM = 4000)
req_components = list(
/obj/item/stack/cable_coil = 5,
/obj/item/stock_parts/manipulator = 1,
/obj/item/stack/sheet/metal = 2,
/obj/item/stack/sheet/mineral/plastitanium = 2,
)
/obj/item/circuitboard/recharger
@@ -52,7 +52,6 @@
component_parts = list()
component_parts += new /obj/item/circuitboard/machine/reactor_chamber(src)
component_parts += new /obj/item/stock_parts/manipulator(src)
component_parts += new /obj/item/stack/sheet/mineral/plastitanium(src, 2)
component_parts += new /obj/item/stack/sheet/metal(src, 2)
component_parts += new /obj/item/stack/cable_coil(src, 5)
RefreshParts()
@@ -153,7 +153,7 @@
id = "reactor_chamber"
req_tech = list("programming" = 4, "materials" = 4, "magnets" = 4, "plasmatech" = 3)
build_type = IMPRINTER
materials = list(MAT_GLASS = 2000)
materials = list(MAT_GLASS = 2000, MAT_PLASMA = 4000, MAT_TITANIUM = 4000)
build_path = /obj/item/circuitboard/machine/reactor_chamber
category = list("Power", "Engineering Machinery", "Misc")