From ef1ffb9e600ce32ed3c35bfa3f919b34ca9e0add Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 23 Mar 2020 12:19:35 -0700 Subject: [PATCH] logic fix for coursing --- src/uncategorized/seCoursingRace.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw index e2c6b91e1ca..04f91e91447 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>> -- GitLab