diff --git a/src/events/scheduled/seCoursing.js b/src/events/scheduled/seCoursing.js
index 7d5a3110d957883c84483c1098df84a727e10879..d16e95abbc515d5969edce52fcf829f6558539b1 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);