moves actions qdel to mob level

This commit is contained in:
Edan52
2021-07-14 13:46:59 +01:00
parent e81cfee52a
commit 5d22adde6d
2 changed files with 1 additions and 1 deletions
@@ -140,7 +140,6 @@
if (T && AIStatus == AI_Z_OFF)
SSidlenpcpool.idle_mobs_by_zlevel[T.z] -= src
QDEL_LIST(actions)
return ..()
/mob/living/simple_animal/handle_atom_del(atom/A)
+1
View File
@@ -8,6 +8,7 @@
spellremove(src)
mobspellremove(src)
QDEL_LIST(viruses)
QDEL_LIST(actions)
ghostize()
QDEL_LIST_ASSOC_VAL(tkgrabbed_objects)
for(var/I in tkgrabbed_objects)