Mob ckey sanity check now respects insano aghost code (#91517)

## About The Pull Request

I HATE THIS PLACE DUDE, aghosting sets your ckey/key to your normal
ckey/ckey but with @ prefixed. hhhhhhhhh.
This commit is contained in:
LemonInTheDark
2025-06-15 15:52:38 -04:00
committed by Roxy
parent 6b3432753c
commit d5be02ecee
6 changed files with 9 additions and 6 deletions
@@ -112,7 +112,7 @@
|| mind_to_swap.has_antag_datum(/datum/antagonist/cult) \
|| mind_to_swap.has_antag_datum(/datum/antagonist/changeling) \
|| mind_to_swap.has_antag_datum(/datum/antagonist/rev) \
|| mind_to_swap.key?[1] == "@" \
|| IS_FAKE_KEY(mind_to_swap.key) \
)
to_chat(caster, span_warning("[to_swap.p_Their()] mind is resisting your spell!"))
return FALSE