From f7cf6c0554f73a2d209528b1901730aefdf9cea6 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Wed, 20 Feb 2019 20:41:56 -0500
Subject: [PATCH] add images to death

---
 src/pregmod/widgets/deathWidgets.tw | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/src/pregmod/widgets/deathWidgets.tw b/src/pregmod/widgets/deathWidgets.tw
index d2635f83679..78ac635b875 100644
--- a/src/pregmod/widgets/deathWidgets.tw
+++ b/src/pregmod/widgets/deathWidgets.tw
@@ -3,7 +3,13 @@
 <<widget "pop">>
 
 <br>
-
+/* 000-250-006 */
+<<if $seeImages && $seeReportImages>>
+<div class="imageRef tinyImg">
+	<<SlaveArt $args[0] 0 0>>
+</div>
+<</if>>
+/* 000-250-006 */
 As $args[0].slaveName is going about $his business with $his overfilled $args[0].inflationType belly, $he can't help but feel exhausted. $His health has been poor lately and the pressure in $his organs is not helping things. $He immediately knows something is wrong when an intense pain runs through $his middle and $his load shifts threateningly. Blood and $args[0].inflationType leak from $his rear as $his body cavity fills with the contents of $his digestive tract. The skin of $his taut belly reddens as the pressure against it builds. As $he takes $his last breath, $he falls forward, $his weight landing upon $his straining stomach. With a gush, $he ruptures, flooding the area around $him with blood, guts and $args[0].inflationType. Word of the late slave and $his gruesome fate spread fast, @@.gold;terrifying@@ your untrusting slaves.
 <<for _dw = 0; _dw < $slaves.length; _dw++>>
 	<<if ($slaves[_dw].trust <= 50)>>
@@ -18,6 +24,13 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0]
 <</widget>>
 
 <<widget "DeathOldAge">>
+	/* 000-250-006 */
+	<<if $seeImages && $seeReportImages>>
+	<div class="imageRef tinyImg">
+		<<SlaveArt $args[0] 0 0>>
+	</div>
+	<</if>>
+	/* 000-250-006 */
 	<<setLocalPronouns $args[0]>>
 	<<if $args[0].assignment == "be confined in the arcade">>
 		You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end.
@@ -62,6 +75,13 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0]
 
 <<widget "DeathOverdose">>
 	<<setLocalPronouns $args[0]>>
+	/* 000-250-006 */
+	<<if $seeImages && $seeReportImages>>
+	<div class="imageRef tinyImg">
+		<<SlaveArt $args[0] 0 0>>
+	</div>
+	<</if>>
+	/* 000-250-006 */
 	<<if $args[0].assignment == "be confined in the arcade">>
 		You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died of an aphrodisiac overdose from the constant aphrodisiac injections. $He was a good unit; logs show $he was taking dick up until the very end.
 	<<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>>
@@ -90,6 +110,13 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0]
 <</widget>>
 
 <<widget "DeathUnhealthy">>
+	/* 000-250-006 */
+	<<if $seeImages && $seeReportImages>>
+	<div class="imageRef tinyImg">
+		<<SlaveArt $args[0] 0 0>>
+	</div>
+	<</if>>
+	/* 000-250-006 */
 	<<setLocalPronouns $args[0]>>
 	<<if $args[0].assignment == "be confined in the arcade">>
 		You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died to poor health caused by $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end.
-- 
GitLab