From a9a594b36016105112a29b83d868d5f8c8ceb3ad Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 15 Oct 2018 01:12:09 -0400
Subject: [PATCH] fixes and tweaks

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt |  6 +++
 src/Mods/DinnerParty/dinnerPartyExecution.tw | 43 ++++++++++++--------
 src/pregmod/incubatorReport.tw               |  3 +-
 src/uncategorized/saLongTermEffects.tw       |  1 -
 4 files changed, 33 insertions(+), 20 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index cddd8d60648..0260411e0d4 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.1-0.10.x
 
+10/15/2018
+
+	16
+	-fixes
+	-chem no longer affects miscarriage rates.
+
 10/14/2018
 
 	15
diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw
index 2f548a56d1f..91c78404328 100644
--- a/src/Mods/DinnerParty/dinnerPartyExecution.tw
+++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw
@@ -1,28 +1,35 @@
 :: Dinner Party Execution [nobr]
 
-<<nobr>>
-	/% To MOD: insert the following code into the passage PC Name and Title %/
-	/% <<if $MOD_DinnerPartyTitleAchievement is 1>><<if $PC.title gt 0>><<set $titles.push("Master of the Culinary Arts")>><<else>><<set $titles.push("Mistress of the Culinary Arts")>><</if>><</if>> %/
+/% To MOD: insert the following code into the passage PC Name and Title %/
+/% <<if $MOD_DinnerPartyTitleAchievement is 1>><<if $PC.title gt 0>><<set $titles.push("Master of the Culinary Arts")>><<else>><<set $titles.push("Mistress of the Culinary Arts")>><</if>><</if>> %/
+
+	<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main", $showEncyclopedia = 1, $encyclopedia = "Personal Assistant">>
 
-	<<set $nextButton to "Back to Main">>
-	<<set $nextLink to "Main">>
-	<<set $returnTo to "Main">>
-	<<set $showEncyclopedia to 1>><<set $encyclopedia to "Personal Assistant">>
-	
 	<<set _generateEnemies to 0>>
 	<<set $cash -= 1000>>
 	<<set _dinnerRating = 0>>
-<</nobr>>
 
-<<nobr>>
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+	<</if>>
+	/* 000-250-006 */
+
+	<<setLocalPronouns $activeSlave>>
+	
 	/%Event description%/
-	<<print $activeSlave.slaveName + " is carried out by four slaves on a huge platter. The slaves place her on the dining table. ">>
-	<<if $activeSlave.fetish is "mindbroken">>
-		<<print "Her mind is broken. She does not understand what's about happen. There is no need to restrain her. ">>
-	<<elseif $activeSlave.devotion gte 20>>
-		<<print "She worships you and considers an honor to be chosen for sacrifice. There is no need to restrain her. ">>
+	$activeSlave.slaveName is carried out by four slaves on a huge platter and placed on the dining table.
+	<<if $activeSlave.fetish == "mindbroken">>
+		$His mind is broken. $He does not understand what's about happen, so there is little need to restrain $him.
+	<<elseif $activeSlave.devotion > 90>>
+		$He worships you and considers it an honor to be chosen for sacrifice. There is no need to restrain $him.
 	<<else>>
-		<<print "She understands she is about to be slaughtered liked an animal. Tears stream down her face. She is hog tied. ">>
+		$He understands $he is about to be slaughtered liked an animal. Tears stream down $his face as $he struggles against $his bindings.
 	<</if>>
 	<<print "She is lying on her back with an apple in her mouth. You lift her legs up in the air exposing her ass towards you. You penetrate her ass with your throbbing dick fucking her roughly and cuming quickly. Your guests form a line behind you, and do the same to her ass. Some of your guests take particular pleasure being rough with " + $activeSlave.slaveName + ". They enjoy making her squeal like a pig, knowing they are about to enjoy her flesh in a short while. After all of your guests had a turn with the little piggy, her ass is dripping with cum and a hint of blood. It seems your guests greatly @@color:green;enjoy@@ themselves. You stand over her with a ceremonial dagger, ">>
 	<<set $rep += 1000>>
@@ -504,7 +511,9 @@
 	<</for>>
 <br style="clear:both" />
 <br>
-<</nobr>>\
+
+
+
 <<nobr>>
 	<<if $activeSlave.origin isnot 0>>
 		<<set $toSearch to $activeSlave.origin>>
diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 9060269cc71..1bc64ade9cf 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -457,8 +457,7 @@
 						$His @@.orange;NCS blocks all growth@@ despite the excess testosterone-laced growth hormones flooding $his body.
 					<<elseif $incubatorUpgradeSpeed == 52>>
 						<<if $tanks[_inc].balls < 10>>
-							The excess testosterone-laced growth hormones @@.green
-								cause $his balls to balloon for extra cum production.@@
+							The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@
 							<<set $tanks[_inc].balls += 3>>
 						<</if>>
 						<<if $tanks[_inc].dick < 7 && random(1,100) > 20>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 79793c1be75..e027ffc8d9d 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -8133,7 +8133,6 @@
 			<<elseif $slaves[$i].health > 80>>
 				<<set _miscarriageChance -= ($slaves[$i].health/10)>>
 			<</if>>
-			<<set _miscarriageChance += ($slaves[$i].chem/10)>>
 			<<if $slaves[$i].weight < -50>>
 				<<set _miscarriageChance -= ($slaves[$i].weight)>>
 			<</if>>
-- 
GitLab