This commit is contained in:
silicons
2021-02-25 23:22:46 -07:00
parent 744f393d38
commit 37eaebe54a
3 changed files with 5 additions and 3 deletions

View File

@@ -47,5 +47,5 @@ SUBSYSTEM_DEF(processing)
* If you override this do not call parent, as it will return PROCESS_KILL. This is done to prevent objects that dont override process() from staying in the processing list
*/
/datum/proc/process(delta_time)
set waitfor = FALSE
SHOULD_NOT_SLEEP(TRUE)
return PROCESS_KILL