mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Adds p_They (and friends) for capitalized pronoun helpers [MDB IGNORE] (#22555)
* Adds p_They (and friends) for capitalized pronoun helpers * Fixes modular pronouns * Merge conflict * Update spank_related.dm --------- Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com> Co-authored-by: Bloop <vinylspiders@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
co-authored by
tattle
Bloop
Giz
parent
a9c80a29a3
commit
07fa5992a4
@@ -69,10 +69,10 @@
|
||||
to_chat(owner, span_warning("You don't particularly want to be dead!"))
|
||||
return FALSE
|
||||
if(!living_target.mind && target_requires_mind)
|
||||
to_chat(owner, span_warning("[living_target.p_theyve(TRUE)] doesn't appear to have a mind to swap into!"))
|
||||
to_chat(owner, span_warning("[living_target.p_They()] [living_target.p_do()]n't appear to have a mind to swap into!"))
|
||||
return FALSE
|
||||
if(!living_target.key && target_requires_key)
|
||||
to_chat(owner, span_warning("[living_target.p_theyve(TRUE)] appear[living_target.p_s()] to be catatonic! \
|
||||
to_chat(owner, span_warning("[living_target.p_They()] appear[living_target.p_s()] to be catatonic! \
|
||||
Not even magic can affect [living_target.p_their()] vacant mind."))
|
||||
return FALSE
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|| mind_to_swap.has_antag_datum(/datum/antagonist/rev) \
|
||||
|| mind_to_swap.key?[1] == "@" \
|
||||
)
|
||||
to_chat(caster, span_warning("[to_swap.p_their(TRUE)] mind is resisting your spell!"))
|
||||
to_chat(caster, span_warning("[to_swap.p_Their()] mind is resisting your spell!"))
|
||||
return FALSE
|
||||
|
||||
// MIND TRANSFER BEGIN
|
||||
|
||||
Reference in New Issue
Block a user