diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw
index e2c6b91e1ca8ad0fdaad95723918823c0cc128d7..04f91e9144755ac30ddd64f8f962245a99e0db07 100644
--- a/src/uncategorized/seCoursingRace.tw
+++ b/src/uncategorized/seCoursingRace.tw
@@ -58,7 +58,7 @@ You place your hand on the leash's quick release and <<if canHear($activeLurcher
 <<if $activeLurcher.muscles > 50>>
 	$He's muscle-bound, without the range of motion to move freely.
 	<<set _LurcherSpeed -= 1>>
-<<if $activeLurcher.muscles > 30>>
+<<elseif $activeLurcher.muscles > 30>>
 	$He's fit, and is able to maintain $his speed quite well once $he reaches it.
 	<<set _LurcherSpeed += 1>>
 <<elseif $activeLurcher.muscles <= 5>>