You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/obj/machinery/mineral/stacking_machine, in machine_stacking.dm
Leaving aside any issue of circuitboards for a moment, there's a rather fatal issue with this machine. It depends on mapped-in markers for its input and output tiles. Markers which delete themselves on initialize.
So if you do build (or spawn) one during a round, it can never function correctly, at least not without some variable editing
Ideal solution would be an interface for manually configuring the input and output tiles
This problem probably also exists with the ore processor
The text was updated successfully, but these errors were encountered:
/obj/machinery/mineral/stacking_machine, in machine_stacking.dm
Leaving aside any issue of circuitboards for a moment, there's a rather fatal issue with this machine. It depends on mapped-in markers for its input and output tiles. Markers which delete themselves on initialize.
So if you do build (or spawn) one during a round, it can never function correctly, at least not without some variable editing
Ideal solution would be an interface for manually configuring the input and output tiles
This problem probably also exists with the ore processor
The text was updated successfully, but these errors were encountered: