Fixes bellyghost organ explosion and horizontal spaceman icon update bugs (#7023)

This commit is contained in:
Verkister
2023-09-22 08:03:35 +02:00
committed by GitHub
parent d654d3f789
commit 1a259d8221
4 changed files with 18 additions and 8 deletions
@@ -4,6 +4,7 @@
/mob/observer/Destroy()
if(body_backup)
body_backup.moveToNullspace() //YEET
qdel(body_backup)
body_backup = null
return ..()