From 026101ca9939d0ddd8982c66dfb3f819624e2645 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 1 Jan 2023 13:36:58 -0500 Subject: [PATCH] Fix REC Handsome PC. --- src/events/reRecruit/handsomePC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/reRecruit/handsomePC.js b/src/events/reRecruit/handsomePC.js index 425dc48b035..967a5e0c79a 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); -- GitLab