From a87f2d07c9f5b5f23c13d1621de10dee734e6233 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sun, 20 Jun 2021 21:56:26 -0400 Subject: [PATCH] fix --- src/events/scheduled/seCoursing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/scheduled/seCoursing.js b/src/events/scheduled/seCoursing.js index 7d5a3110d95..d16e95abbc5 100644 --- a/src/events/scheduled/seCoursing.js +++ b/src/events/scheduled/seCoursing.js @@ -906,7 +906,7 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent { } else { r.push(`${He} makes ${his} way back to you slowly, doing ${his} best to look contrite.`); } - const hisU = getNonlocalPronouns(V.seeDicks); + const {hisU} = getNonlocalPronouns(V.seeDicks).appendSuffix("U"); r.push(`On the other side of the plaza, there is a scream of triumph followed by tears of joy as one of the hares successfully wins ${hisU} freedom. This cheerful noise mixes strangely with screams of a very different sort and the slap of flesh on flesh as a more successful lurcher rapes ${hisU} capture.`); } App.Events.addParagraph(result, r); -- GitLab