Skip to content
Snippets Groups Projects
Commit ef1ffb9e authored by svornost's avatar svornost
Browse files

logic fix for coursing

parent 935dab1b
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ You place your hand on the leash's quick release and <<if canHear($activeLurcher ...@@ -58,7 +58,7 @@ You place your hand on the leash's quick release and <<if canHear($activeLurcher
<<if $activeLurcher.muscles > 50>> <<if $activeLurcher.muscles > 50>>
$He's muscle-bound, without the range of motion to move freely. $He's muscle-bound, without the range of motion to move freely.
<<set _LurcherSpeed -= 1>> <<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. $He's fit, and is able to maintain $his speed quite well once $he reaches it.
<<set _LurcherSpeed += 1>> <<set _LurcherSpeed += 1>>
<<elseif $activeLurcher.muscles <= 5>> <<elseif $activeLurcher.muscles <= 5>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment