diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 62687ab75f7e102cd30e92e5795e6cd12db1dc6b..04c1883f77f95f767683a548cd045c534c4bf082 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 339ebb65b77b44bfcbce5f99e869603039bc0e63..c04423a377529b41526eeaf4ad43ab9ee00948c9 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)>>