closes #24199
This commit is contained in:
Kyle Spier-Swenson
2017-02-17 13:55:31 -08:00
committed by GitHub
parent b8f7af3e3f
commit f5da8d16d6
+1
View File
@@ -179,6 +179,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
if (QDEL_HINT_QUEUE) //qdel should queue the object for deletion.
SSgarbage.QueueForQueuing(D)
if (QDEL_HINT_IWILLGC)
D.gc_destroyed = world.time
return
if (QDEL_HINT_LETMELIVE) //qdel should let the object live after calling destory.
if(!force)