Lag check on initialization (and on a missed del-all proc)

This commit is contained in:
MrStonedOne
2016-03-15 03:39:43 -07:00
parent cdfce3046e
commit bc8ff11f3f
7 changed files with 76 additions and 55 deletions
+1
View File
@@ -23,6 +23,7 @@ var/datum/subsystem/objects/SSobj
if (zlevel && A.z != zlevel)
continue
A.initialize()
CHECK_TICK
. = ..()