mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
fixes mob/living mind gc issues (#20376)
* fixes mob/living gc issues * let's try this as an experiment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user