diff --git a/yogstation/code/game/objects/items/implants/implant_mindslave.dm b/yogstation/code/game/objects/items/implants/implant_mindslave.dm index 8fc048921327..0b3764b4697b 100644 --- a/yogstation/code/game/objects/items/implants/implant_mindslave.dm +++ b/yogstation/code/game/objects/items/implants/implant_mindslave.dm @@ -36,7 +36,7 @@ to_chat(holder, span_warning("[target] seems to resist the implant!")) return FALSE - to_chat(target, span_hypnophrase("You feel a strange urge to serve [holder.real_name]. A simple thought about disobeying his/her commands makes your head feel like it is going to explode. You feel like you dont want to know what will happen if you actually disobey your new master.")) + to_chat(target, span_hypnophrase("You feel a strange urge to serve [holder.real_name]. A simple thought about disobeying [holder.p_their()] commands makes your head feel like it is going to explode. You feel like you dont want to know what will happen if you actually disobey your new master.")) var/datum/antagonist/mindslave/MS = new target.mind.add_antag_datum(MS)