More and more Destroy() cleanups all across the board - Return qdel hints.

This commit is contained in:
Leshana
2017-06-10 22:41:51 -04:00
parent eb1712ee58
commit 5a02b7e5c7
50 changed files with 131 additions and 115 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
/mob/living/Destroy()
remove_all_modifiers(TRUE)
..()
return ..()
// Called by Life().
/mob/living/proc/handle_modifiers()