From 87e6e4767fa2fe5e8000478454f65ea7a9eac4cd Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 29 Mar 2018 22:22:48 -0400 Subject: [PATCH] race corrections --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 +++++ src/uncategorized/REFS.tw | 3 +++ 2 files changed, 8 insertions(+) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 62687ab75f7..04c1883f77f 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,6 +2,11 @@ 0.10.7.1-0.1.x +3/30/2018 + + 16 + -various corrections to enslaved citizens not being the right race when the supremacist law is in play + 3/29/2018 15 diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw index 339ebb65b77..c04423a3775 100644 --- a/src/uncategorized/REFS.tw +++ b/src/uncategorized/REFS.tw @@ -251,6 +251,7 @@ On this particular outing you happen to cross paths with a comely female citizen <<replace "#result2">> As your new playmate lies slumbering in bed, you consult with $assistantName as to the cost of the surgery conducted today. With some creative accounting, you settle the citizen's other outstanding debts and then arrange for her to be charged a sum in excess of her financial means for the surgery conducted on her today. Of course, that was not what you agreed, but it was her mistake for undergoing an expensive procedure without a formal contract. When she awakens, though she will retain her new bimbo body, she will be just another slave in your penthouse. <<set $activeSlaveOneTimeMaxAge = 22>> + <<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was enslaved by you when you overcharged her for surgery.">> <<set $activeSlave.devotion = random(-70,-55)>> @@ -331,6 +332,7 @@ On this particular outing you happen to cross paths with a comely female citizen <br><br> <<set $cash -= 10000>> <<set $activeSlaveOneTimeMaxAge = 22>> + <<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was enslaved by you when you purchased her debt.">> <<set $activeSlave.devotion = random(-55,0)>> @@ -386,6 +388,7 @@ On this particular outing you happen to cross paths with a comely female citizen <<set $activeSlaveOneTimeMinAge = 36>> <<set $activeSlaveOneTimeMaxAge = 42>> <<set $one_time_age_overrides_pedo_mode = 1>> + <<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was enslaved by you when you purchased her debt.">> <<set $activeSlave.devotion = random(-90,-75)>> -- GitLab