mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix #6310
Fix #6144 Qdeleted mobs qdelete all contents (after all other destroy functions are completed)
This commit is contained in:
@@ -47,6 +47,8 @@ var/global/obj/screen/fuckstat/FUCK = new
|
||||
special_delayer = null
|
||||
gui_icons = null
|
||||
qdel(hud_used)
|
||||
for(var/obj/leftovers in src)
|
||||
qdel(leftovers)
|
||||
..()
|
||||
|
||||
/mob/projectile_check()
|
||||
|
||||
Reference in New Issue
Block a user