mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
You may now sleep in process()
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
var/datum/subsystem/objects/SSobj
|
||||
|
||||
/datum/proc/process()
|
||||
set waitfor = 0
|
||||
SSobj.processing.Remove(src)
|
||||
return 0
|
||||
|
||||
@@ -42,4 +43,4 @@ var/datum/subsystem/objects/SSobj
|
||||
if(burningobj.burn_world_time < world.time)
|
||||
burningobj.burn()
|
||||
else
|
||||
SSobj.burning.Remove(burningobj)
|
||||
SSobj.burning.Remove(burningobj)
|
||||
|
||||
Reference in New Issue
Block a user