Fix init_process not preventing processing

Prevents machines from running faster when set to both not init_process and not speed_process.

Changes mineral machine to init_process to fix potential issues caused by this.
This commit is contained in:
Darius
2022-12-16 16:25:45 -05:00
parent 7d0c3df2ad
commit bcae0e66ff
2 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
/obj/machinery/mineral
speed_process = TRUE
init_process = FALSE
init_process = TRUE // Must be true after init_process fix
/// The current direction of `input_turf`, in relation to the machine.
var/input_dir = NORTH
/// The current direction, in relation to the machine, that items will be output to.