mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user