From 81c10e6836f73a9dde6e658b759af90185d64cfe Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 20 Jun 2021 21:53:49 -0400
Subject: [PATCH] polish

---
 src/events/scheduled/seCoursing.js | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/events/scheduled/seCoursing.js b/src/events/scheduled/seCoursing.js
index 3e5ed1d5c9a..7d5a3110d95 100644
--- a/src/events/scheduled/seCoursing.js
+++ b/src/events/scheduled/seCoursing.js
@@ -42,7 +42,6 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 			possibleOrigins.push("disobedient young dickgirl");
 		}
 
-		const table = App.UI.DOM.appendNewElement("table", node, null, "invisible");
 		const hares = [
 			genHare(1),
 			genHare(2),
@@ -129,6 +128,7 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 		}
 		App.Events.addParagraph(node, r);
 
+		const table = App.UI.DOM.appendNewElement("table", node, null, "invisible");
 		for (const hare of hares) {
 			table.append(hare.row);
 		}
@@ -431,6 +431,7 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 		function coursingRace(hare) {
 			const result = new DocumentFragment();
 			let r = [];
+			let His2;
 			let his2;
 			let him2;
 			let himself2;
@@ -440,9 +441,9 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 			let girl2;
 
 			({
-				He2,
+				He2, His2,
 				he2, his2, him2, himself2, woman2, girl2
-			} = getPronouns(hare.slave).appendSuffix("2"));
+			} = getPronouns(hare.slave).appendSuffix("2")); // If you add to this, please add to the slower hare too.
 
 			App.Events.drawEventArt(result, [activeLurcher, hare.slave], "no clothing");
 			r.push(`You place your hand on the leash's quick release and`);
@@ -657,7 +658,7 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 				if (slowHare) {
 					hare = slowHare;
 					({
-						He2,
+						He2, His2,
 						he2, his2, him2, himself2, woman2, girl2
 					} = getPronouns(hare.slave).appendSuffix("2"));
 					if (canSee(activeLurcher)) {
@@ -757,7 +758,7 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 					if (hare.origin === "virgin") {
 						r.push(`rapes ${his2} virgin ass. The lurcher has to fuck the slave to claim ${him2} for you, and ${he} knows that a virgin pussy is more valuable than a virgin rosebud. ${He} has to be very careful, since ${his} cock is big enough to seriously hurt an anal virgin, but despite ${his} care the racket is appallingly loud.`);
 					} else if (hare.origin === "heavily pregnant") {
-						r.push(`fucks ${his2} cunt. As ${his2} belly attests, ${he2}'s no virgin, but the lurcher's dick is big enough to reach ${his2} cervix. ${his2} screams crescendo into shrieks as ${he2} experiences this internal torment.`);
+						r.push(`fucks ${his2} cunt. As ${his2} belly attests, ${he2}'s no virgin, but the lurcher's dick is big enough to reach ${his2} cervix. ${His2} screams crescendo into shrieks as ${he2} experiences this internal torment.`);
 					} else if (hare.origin === "housewife") {
 						r.push(`fucks ${him2} in the ass. A kept ${woman2} like ${him2} is probably no stranger to giving up ${his2} butthole to please a cock, but ${he2} apparently isn't used to dick quite this formidable. The lurcher leaves ${him2} sobbing disconsolately with a fresh load of cum leaking out of ${his2} backdoor.`);
 					} else if (hare.origin === "feminized") {
@@ -774,7 +775,7 @@ App.Events.SECoursing = class SECoursing extends App.Events.BaseEvent {
 					} else if (hare.origin === "heavily pregnant") {
 						r.push(`uses ${his2} cunt. The lurcher pulls the slave upright so ${he} can cradle ${his2} pregnant belly while ${he} fucks ${him2}. When ${he2} climaxes, ${he} thrusts as deeply as ${he} can manage, though more cum won't make the slave any more pregnant.`);
 					} else if (hare.origin === "housewife") {
-						r.push(`fucks ${him2} in the ass. ${his2} tears seem to come more from disappointment than anal pain; a kept ${woman2} like ${him2} has probably put up with more than one buttfuck ${he2} didn't want.`);
+						r.push(`fucks ${him2} in the ass. ${His2} tears seem to come more from disappointment than anal pain; a kept ${woman2} like ${him2} has probably put up with more than one buttfuck ${he2} didn't want.`);
 					} else if (hare.origin === "feminized") {
 						r.push(`fucks ${him2} in the ass. The whining produces some discussion in the crowd. If the slave didn't want cock up ${his2} girly anus, why did ${he2} feminize ${himself2} so thoroughly? A mystery.`);
 					} else if (hare.origin === "huge balled") {
-- 
GitLab