From 973d2ebdd9ca006a6d620a1535ce6afb45f33d2a Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Wed, 20 Feb 2019 22:38:32 -0500
Subject: [PATCH] Art for coursing

---
 src/uncategorized/seCoursing.tw | 39 +++++++++++++++++++++++++--------
 1 file changed, 30 insertions(+), 9 deletions(-)

diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw
index 6d2407b862e..4b09b16fe78 100644
--- a/src/uncategorized/seCoursing.tw
+++ b/src/uncategorized/seCoursing.tw
@@ -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.
 
-- 
GitLab