fixes mob/living mind gc issues (#20376)

* fixes mob/living gc issues

* let's try this as an experiment
This commit is contained in:
GDN
2023-03-08 15:49:45 -06:00
committed by GitHub
parent ccba3b6224
commit 2e94bfb5cc
+2
View File
@@ -48,6 +48,8 @@
qdel(S)
else
S.be_replaced()
if(mind?.current == src)
mind.current = null
return ..()
/mob/living/ghostize(can_reenter_corpse = 1)