From e95d16abc0aafa9246a6d316448ad9dd6849c54e Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 23 Feb 2021 02:50:29 -0500 Subject: [PATCH] pronoun fix --- src/events/reRoyalBlood.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/reRoyalBlood.js b/src/events/reRoyalBlood.js index 02b3e4121c4..ea97d131d54 100644 --- a/src/events/reRoyalBlood.js +++ b/src/events/reRoyalBlood.js @@ -762,7 +762,7 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { return slave; } function queenArrives() { - return `Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury. ${He3} submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that he3 is pregnant. Since ${he3} hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice ${he3} cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`; + return `Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury. ${He3} submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that ${he3} is pregnant. Since ${he3} hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice ${he3} cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`; } function princessArrives() { -- GitLab