Ling datum antag standarization.
This commit is contained in:
committed by
CitadelStationBot
parent
326d0bd29b
commit
2e0aaf8598
@@ -23,7 +23,7 @@
|
||||
|
||||
name = "brain"
|
||||
|
||||
if(C.mind && C.mind.changeling && !no_id_transfer) //congrats, you're trapped in a body you don't control
|
||||
if(C.mind && C.mind.has_antag_datum(/datum/antagonist/changeling) && !no_id_transfer) //congrats, you're trapped in a body you don't control
|
||||
if(brainmob && !(C.stat == DEAD || (C.status_flags & FAKEDEATH)))
|
||||
to_chat(brainmob, "<span class = danger>You can't feel your body! You're still just a brain!</span>")
|
||||
loc = C
|
||||
|
||||
Reference in New Issue
Block a user