mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
moved process() to datum. made /datum/reagents/ process instead of the containers.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
var/datum/subsystem/objects/SSobj
|
||||
|
||||
/datum/proc/process()
|
||||
SSobj.processing.Remove(src)
|
||||
return 0
|
||||
|
||||
/datum/subsystem/objects
|
||||
name = "Objects"
|
||||
priority = 12
|
||||
|
||||
Reference in New Issue
Block a user