From f6d721d19eab8836c09682596dadbe84064b5252 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 7 Sep 2018 15:28:21 -0400
Subject: [PATCH] quick little fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 1 +
 src/uncategorized/RESS.tw                    | 2 +-
 src/uncategorized/corporationDevelopments.tw | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index d115074c6ca..f9f93b3c723 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -6,6 +6,7 @@
 
 	20
 	-fixes
+	-increased costs for hyper pregnant slaves
 
 9/06/2018
 
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 6169a5ca9da..41d08b6107a 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -7679,7 +7679,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 
 <<case "fearful humiliation">>
 
-<<link "Publicly prove the depths of $gis humiliation to $him">>
+<<link "Publicly prove the depths of $his humiliation to $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	You drag a fearful, embarrassed<<if $activeSlave.belly >= 1500>>, <<if $activeSlave.bellyPreg >= 0>>pregnant<<else>>swollen<</if>><</if>> and totally naked $activeSlave.slaveName out into a public hall. A small knot of passersby gather around grinning, enjoying the sight of her nakedness and anticipating a show. To her surprise, you order $him to take a few minutes to recount her life story. $He's hesitant at first, but obeys, only realizing as $he nears the present day what an abject story of degradation and humiliation her life truly is. $He continues shakily, describing in brief her current life, crying a little and trembling with arousal. At a whispered command from you, $he concludes
diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index d47f0d37a3b..e44f1cace71 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -406,7 +406,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $corpCash -= Math.ceil(($sharePrice*5000)*.95)>>
 			<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>
 			<<replace "#CorpAction">>
-				<br>The corporation bought back <<print commaNum(5000)>> public shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil((($sharePrice*5000)*.95))>>@@, driving the share price up slightly.
+				<br>The corporation bought back <<print commaNum(5000)>> public shares valued at @@.yellowgreen;<<print cashFormat(Math.ceil((($sharePrice*5000)*.95)))>>@@, driving the share price up slightly.
 			<</replace>>
 			<</link>>
 		<</if>>
-- 
GitLab