From d1c605019e54c8797b01a06503613b8082f91bb5 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Fri, 3 May 2019 00:16:20 -0400
Subject: [PATCH] fix existing bug

---
 src/uncategorized/seCoursingRace.tw | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw
index f9ee4bafa07..2a2bc18df6d 100644
--- a/src/uncategorized/seCoursingRace.tw
+++ b/src/uncategorized/seCoursingRace.tw
@@ -159,12 +159,10 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 	<<if canSee($Lurcher)>>Seeing that the $origin hare is slower<<else>>hearing the $origin hare's bell nearby<</if>>, $he angles after _him2 instead.
 	<<if $hareSpeed >= _LurcherSpeed>>
 		$He does no better with $his new target; $his course is over.
-		<<set $activeSlave = 0>>
 	<<elseif random(1,2) == 1>>
 		One of $his rival lurchers has the same idea, however, and tries to trip $him up.
 		<<if !canSee($Lurcher)>>
 			Unable to see it coming, $he goes down with a crash; $his course is over.
-			<<set $activeSlave = 0>>
 		<<elseif $Lurcher.skill.combat == 1>>
 			$He parries the attempt with contemptuous ease and catches up to $his new target.
 			<<set _seed = 1>>
@@ -173,7 +171,6 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 			<<set _seed = 1>>
 		<<else>>
 			$He goes down with a crash; $his course is over.
-			<<set $activeSlave = 0>>
 		<</if>>
 	<<else>>
 		$He manages to overtake $his new target.
@@ -191,6 +188,7 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 		$His quarry is unwilling to be tackled, probably out of fear for _his2 baby, and flings _himself2 down as soon as $Lurcher.slaveName gets near.<<if !canSee($Lurcher)>> _He2 screams as _he2 sees $Lurcher.slaveName preparing to dive on _him2, alerting the blind lurcher that $his prey has already surrendered.<</if>>
 	<<elseif !canSee($Lurcher) && random(1,3) == 1>>
 		$His prey takes advantage of $his lack of eyesight, baiting $Lurcher.slaveName to dive in the wrong direction. As $he rises to $his feet, the slave is too far gone to make another lunge. $Lurcher.slaveName's course is over.
+		<<set _seed = 0>>
 	<<elseif $Lurcher.skill.combat == 1>>
 		$His tackle is expert: $he wraps $his quarry up and pulls _him2 down, falling on top of the struggling body.
 	<<elseif $Lurcher.muscles > 30>>
@@ -344,6 +342,7 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 	<</if>>
 	<<setNonlocalPronouns $seeDicks>>
 	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.
+	<<set $activeSlave = 0>>
 <</if>>
 <<set $slaves[$slaveIndices[$Lurcher.ID]] = $Lurcher>>
 <<unset $origin, $origin1, $origin2, $origin3, $hareSpeed, $hareSpeed1, $hareSpeed2, $hareSpeed3, $hare1, $hare2, $hare3>>
-- 
GitLab