null-too-early

This commit is contained in:
LetterN
2021-03-27 08:31:48 +08:00
parent 31fb065c2a
commit 9c3c9861ab

View File

@@ -208,8 +208,6 @@
new_machine.component_parts = list()
circuit.forceMove(new_machine)
// TODO: make sleepers not shit out parts PROPERLY THIS TIME.
new_machine.circuit.moveToNullspace()
new_machine.component_parts += circuit
new_machine.circuit = circuit
@@ -219,6 +217,8 @@
new_machine.RefreshParts()
new_machine.on_construction()
// TODO: make sleepers not shit out parts PROPERLY THIS TIME.
new_machine.circuit.moveToNullspace()
qdel(src)
return