mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[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:
co-authored by
Kyle Spier-Swenson
parent
3e8612f8af
commit
a5dc97a0c2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user