From f8897f7ae78d8b3c7b4cd5acadeada6373bacabf Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Fri, 3 May 2019 00:11:57 -0400
Subject: [PATCH] Other fail states

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

diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw
index 21be7192d8c..f9ee4bafa07 100644
--- a/src/uncategorized/seCoursingRace.tw
+++ b/src/uncategorized/seCoursingRace.tw
@@ -164,6 +164,7 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 		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>>
@@ -172,6 +173,7 @@ 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.
-- 
GitLab