Skip to content
Snippets Groups Projects
Commit d1c60501 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix existing bug

parent f8897f7a
No related branches found
No related tags found
No related merge requests found
......@@ -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>>
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