diff --git a/src/events/reRecruit/handsomePC.js b/src/events/reRecruit/handsomePC.js index 425dc48b035ace91e28cf33886a616ab4f0832ea..967a5e0c79ac0ca64c530ca88af4de486595425c 100644 --- a/src/events/reRecruit/handsomePC.js +++ b/src/events/reRecruit/handsomePC.js @@ -25,7 +25,7 @@ App.Events.recHandsomePC = class recHandsomePC extends App.Events.BaseEvent { He, His, he, his, him, girl, } = getPronouns(slave); - const {heA, himselfA} = getPronouns(assistant.pronouns().main).appendSuffix("A"); + const {HeA, heA, himselfA} = getPronouns(assistant.pronouns().main).appendSuffix("A"); let r = []; r.push(`${capFirstChar(V.assistant.name)} alerts you that a supplicant has arrived at the door to the penthouse. A constant stream of hopefuls appear at your door, and ${V.assistant.name} makes ${himselfA} invaluable by filtering them. One of the few categories of applicant that is always admitted is people willing to be enslaved for some reason; this is just such a ${girl}.`); App.Events.addParagraph(node, r);