mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
allows changelings to reenter body despite dnr (#12211)
This commit is contained in:
@@ -373,7 +373,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
if(!mind || QDELETED(mind.current))
|
||||
to_chat(src, span_warning("You have no body."))
|
||||
return
|
||||
if(!can_reenter_corpse)
|
||||
if(!can_reenter_corpse && !mind.has_antag_datum(/datum/antagonist/changeling)) //SKYRAT EDIT
|
||||
to_chat(src, span_warning("You cannot re-enter your body."))
|
||||
return
|
||||
if(mind.current.key && mind.current.key[1] != "@") //makes sure we don't accidentally kick any clients
|
||||
|
||||
Reference in New Issue
Block a user