Merge pull request #20809 from optimumtact/mob_living

Reorder mob living destroy
This commit is contained in:
Joan Lung
2016-10-09 19:06:01 -04:00
committed by GitHub
+2 -2
View File
@@ -27,8 +27,6 @@
med_hud_set_status()
/mob/living/Destroy()
..()
if(buckled)
buckled.unbuckle_mob(src,force=1)
@@ -39,6 +37,8 @@
qdel(I)
staticOverlays.len = 0
remove_from_all_data_huds()
..()
return QDEL_HINT_HARDDEL