From 3600d15bc524527ef4c11b5624c80e71afaa657b Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 16 Apr 2018 13:23:57 -0400 Subject: [PATCH] fixes --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 4 ++++ src/uncategorized/saRelationships.tw | 4 ++-- src/uncategorized/saWhore.tw | 2 +- src/uncategorized/seRetirement.tw | 1 - 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 110b0caf90f..27ac353fe35 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,10 @@ 4/16/2018 + 54 + -fixed bugs and other minor text issues + Deepmurks' monokini vectors + 53 -fixes -more code improvements diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw index 13a2ab87611..b6d9b8dd487 100644 --- a/src/uncategorized/saRelationships.tw +++ b/src/uncategorized/saRelationships.tw @@ -867,13 +867,13 @@ <<elseif _SlaveI.devotion < -20 && _SlaveI.trust > 0>> <<switch _SlaveI.assignment>> <<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">> - She is @@.orangered;takes advantage@@ of your kindness, since she is allowed to live a pampered life just for letting you use her body. Her insolence allows her to retain, if not strengthen, @@.mediumorchid;her hatred of you.@@ + She @@.orangered;takes advantage@@ of your kindness, since she is allowed to live a pampered life just for letting you use her body. Her insolence allows her to retain, if not strengthen, @@.mediumorchid;her hatred of you.@@ <<set _SlaveI.devotion -= 7, _SlaveI.trust += 5>> <<case "whore" "work in the brothel" "serve the public" "serve in the club" "work a glory hole" "be confined in the arcade">> Not being a pampered fucktoy to you @@.gold;wounds her expectations as your wife,@@ but gives her the space needed to @@.hotpink;begin warming up to you@@. The public is less forgiving of you ordering your slave wife to fuck random citizens, disregarding her opinions, @@.red;seriously damaging your reputation.@@ <<set _SlaveI.devotion++, _SlaveI.trust--, $rep -= 100>> <<default>> - She is @@.orangered;takes advantage@@ of your kindness, since she expects you'd never truly harm your wife. Her insolence allows her to remain, if not strengthen, @@.mediumorchid;her hatred of you.@@ + She @@.orangered;takes advantage@@ of your kindness, since she expects you'd never truly harm your wife. Her insolence allows her to remain, if not strengthen, @@.mediumorchid;her hatred of you.@@ <<set _SlaveI.devotion -= 5, _SlaveI.trust += 3>> <</switch>> <<elseif _SlaveI.devotion < -20>> diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw index 482b9965bd2..d10233c2630 100644 --- a/src/uncategorized/saWhore.tw +++ b/src/uncategorized/saWhore.tw @@ -202,7 +202,7 @@ her body. <</if>> <<set $beauty = Math.trunc($beauty*$beautyMultiplier)>> -Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of her holes was<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of her available holes was<<else>>her mouth and anywhere else a cock could fit was<</if>>often filled by more than one cock<<elseif $beauty > 140>>, so many that she spent much of her time getting gangbanged<<elseif $beauty > 120>>, so many that customers often spitroasted the slut<<elseif $beauty > 100>>, so many that she frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that she occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average. +Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of her holes were<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of her available holes were<<else>>her mouth and anywhere else a cock could fit were<</if>> often filled by more than one cock<<elseif $beauty > 140>>, so many that she spent much of her time getting gangbanged<<elseif $beauty > 120>>, so many that customers often spitroasted the slut<<elseif $beauty > 100>>, so many that she frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that she occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average. <<set _incomeStats.customers = $beauty>> <<if $seeAge == 1>> diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw index bd2a671bcd4..66d1ca8b649 100644 --- a/src/uncategorized/seRetirement.tw +++ b/src/uncategorized/seRetirement.tw @@ -206,7 +206,6 @@ in a way that will inevitably fill the rest of your property with @@.gold;fear.@ <<set _sr = $slaveIndices[$activeSlave.relationshipTarget]>> $slaves[_sr].slaveName, for her part, is @@.mediumorchid;horrified.@@ <<set $slaves[_sr].devotion -= 20>> - <</if>> <</for>> <</if>> <br><br> -- GitLab