mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user