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

Art for coursing

parent d8876986
No related branches found
No related tags found
1 merge request!3663Art for coursing
......@@ -40,14 +40,6 @@ The rules have been explained to the hares: they're to be freed if they can reac
<</if>>
<<for _sec = 0; _sec < 3; _sec++>>
<br><br>
<<if _sec == 0>>
The first hare
<<elseif _sec == 1>>
The second hare
<<else>>
The third and final hare
<</if>>
<<set $hareSpeed = 10>>
<<set $origin = _possibleOrigins.pluck()>> /* select random origin and remove from list to avoid using same origin multiple times */
......@@ -178,6 +170,35 @@ The rules have been explained to the hares: they're to be freed if they can reac
<<set $activeSlave.weight = random(-100,200)>>
<</if>>
<<setLocalPronouns $activeSlave 2>>
<br><br>
<<if _sec == 0>>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $activeSlave 0 0>>
</div>
<</if>>
/* 000-250-006 */
The first hare
<<elseif _sec == 1>>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $activeSlave 0 0>>
</div>
<</if>>
/* 000-250-006 */
The second hare
<<else>>
/* 000-250-006 */
<<if $seeImages && $seeReportImages>>
<div class="imageRef tinyImg">
<<SlaveArt $activeSlave 0 0>>
</div>
<</if>>
/* 000-250-006 */
The third and final hare
<</if>>
<<if $origin == "virgin">>
is an appealingly young $activeSlave.race _girl2, and has V symbols drawn over _his2 cunt and on _his2 lower back, in the interests of fairness. _He2's a @@.pink;double virgin.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>>
<<elseif $origin == "heavily pregnant">>
......@@ -278,7 +299,7 @@ The rules have been explained to the hares: they're to be freed if they can reac
<</if>>
<</for>>
<br><br>
<br><br><br>
You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the hares.
......
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