From 7260ad512ea90550bff1442918d6be0cc322b32b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 12 Sep 2018 16:41:03 -0400
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 6 ++++++
 src/uncategorized/persBusiness.tw            | 2 +-
 src/uncategorized/theFutanariSisters.tw      | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index d6e98eddd16..e4bdfbf01e5 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.1-0.7.x
 
+9/12/2018
+
+	25
+	-fixes
+	-code entry added to cheat edit menus to allow for advanced control
+
 9/10/2018
 
 	24
diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 21f025dbb13..150461e1e8b 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -46,7 +46,7 @@
 <<elseif $PCWounded == 1 && $secExp == 1>>
 	/* does nothing for this week */
 <<elseif ($personalAttention == "whoring")>>
-<<set _income = random(2000,4500)>>
+	<<set _income = random(2000,4500)>>
 	<<if $PC.belly >= 1500>>
 		<<if $arcologies[0].FSRepopulationFocus != "unset">>
 			You focus on finding "dates" this week and earn @@.yellowgreen;<<print cashFormat(Math.trunc((_income*($rep/500))+($PC.belly)))>>@@ for your body, much more than usual; guess your pregnancy focused population wants your baby rounded body more than ever. However, doing such things @@.red;damages your reputation@@.
diff --git a/src/uncategorized/theFutanariSisters.tw b/src/uncategorized/theFutanariSisters.tw
index ab0d75b8f8a..f55d8058a7d 100644
--- a/src/uncategorized/theFutanariSisters.tw
+++ b/src/uncategorized/theFutanariSisters.tw
@@ -90,7 +90,7 @@ Visitors are not common: in fact, visitors are only as frequent as you feel like
 	Since you have supported the faction within the Sisters that favors
 	<<if $TFS.schoolUpgrade == 3>>
 		a mix of futas with and without balls; its female members will appear without balls, while its male members will appear with extremely large testicles.
-		<<if $TFS.compromiseWeek+15 > $week>>Or they will, in around (($TFS.compromiseWeek+15)-$week) weeks.<</if>>
+		<<if $TFS.compromiseWeek+15 > $week>>Or they will, in around <<print (($TFS.compromiseWeek+15)-$week)>> weeks.<</if>>
 	<<elseif $TFS.schoolUpgrade == 1>>
 		futas without balls, its members will now appear without visible testicles and increased submissiveness.
 	<<else>>
-- 
GitLab