mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user