[MIRROR] Fix ssmachinary sleeping (#29081)

* Fix ssmachinary sleeping (#85269)

`process()` already has this at its base, so it wasn't obvious these
would need it too.

Lemon Edit:
Closes (Maybe?) #85170

* Fix ssmachinary sleeping

---------

Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
SkyratBot
2024-07-28 09:28:06 +05:30
committed by GitHub
co-authored by Kyle Spier-Swenson
parent 3e8612f8af
commit a5dc97a0c2
+3
View File
@@ -286,6 +286,7 @@
///Early process for machines added to SSmachines.processing_early to prioritize power draw
/obj/machinery/proc/process_early()
set waitfor = FALSE
return PROCESS_KILL
/obj/machinery/process()//If you dont use process or power why are you here
@@ -293,9 +294,11 @@
///Late process for machines added to SSmachines.processing_late to gather accurate recordings
/obj/machinery/proc/process_late()
set waitfor = FALSE
return PROCESS_KILL
/obj/machinery/proc/process_atmos()//If you dont use process why are you here
set waitfor = FALSE
return PROCESS_KILL
///Called when we want to change the value of the machine_stat variable. Holds bitflags.