fixes a ling gc issue (#24833)

This commit is contained in:
GDN
2024-03-27 01:09:15 -05:00
committed by GitHub
parent d49d9d5189
commit 6f1c47628c
@@ -23,7 +23,7 @@
return TRUE
/datum/action/changeling/fakedeath/proc/ready_to_regenerate(mob/user)
if(user?.mind && cling?.acquired_powers)
if(!QDELETED(user) && user.mind && cling?.acquired_powers)
to_chat(user, "<span class='notice'>We are ready to regenerate.</span>")
cling.give_power(new /datum/action/changeling/revive)