mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
fixes a ling gc issue (#24833)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user