mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
moves actions qdel to mob level
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user