Files
Yogstation/code/controllers/subsystem/processing/obj.dm
Tad Hardesty d110b03f82 Fix PROCESS_KILL for SSobj and generally (#39322)
* Make SSobj a processing subsystem

* Fix PROCESS_KILL preventing starting processing again

* Sometimes, I dream about cheese
2018-07-25 15:42:20 +01:00

6 lines
109 B
Plaintext

PROCESSING_SUBSYSTEM_DEF(obj)
name = "Objects"
priority = FIRE_PRIORITY_OBJ
flags = SS_NO_INIT
wait = 20