mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Merge pull request #20809 from optimumtact/mob_living
Reorder mob living destroy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user