From 904f3456c96e7731bbdc528827bf9fefe8a570dc Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 20 Aug 2018 18:30:14 -0400 Subject: [PATCH] tweaks --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 7 +++++++ src/pregmod/eliteSlave.tw | 2 +- src/uncategorized/RESS.tw | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index d24f8f2a04e..4e914d2e750 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,6 +2,13 @@ 0.10.7.1-0.6.x +8/20/2018 + + 7 + -sugarcube updated to 2.27.0 + -various fixes + -tweaks to disability slavegen + 8/19/2018 6 diff --git a/src/pregmod/eliteSlave.tw b/src/pregmod/eliteSlave.tw index fdd2d451af0..e584fb467a9 100644 --- a/src/pregmod/eliteSlave.tw +++ b/src/pregmod/eliteSlave.tw @@ -21,7 +21,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc <<if $arcologies[0].FSSupremacist != "unset">> <<set $fixedRace = $arcologies[0].FSSupremacistRace>> <<elseif $arcologies[0].FSSubjugationist != "unset">> - <<set _races = ["white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race"]>> + <<set _races = ["white", "white", "white", "white", "white", "white", "white", "white", "white", "asian", "asian", "asian", "asian", "asian", "asian", "latina", "latina", "latina", "black", "black", "middle eastern", "middle eastern", "indo-aryan", "indo-aryan", "southern european", "southern european", "semitic", "semitic", "malay", "malay", "amerindian", "pacific islander", "mixed race"]>> <<set _races = _races.delete($arcologies[0].FSSubjugationistRace)>> <<set $fixedRace = _races.random()>> <</if>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index d21faf975aa..f7bcd20f768 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -20172,7 +20172,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <br><<link "Leave $him to figure it out">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You leave $him to get $himself out of this situation and return to your daily affairs, though not without focusing a camera on the distraught breeder first. For several hours enjoy the sight of $his backside struggling to squeeze through the doorway before $he finally manages to figure it out. $He @@.mediumorchid;blames you@@ for this indignity and @@.gold;worries@@ about what else you have waiting to torment $him. + You leave $him to get $himself out of this situation and return to your daily affairs, though not without focusing a camera on the distraught breeder first. For several hours, you enjoy the sight of $his backside struggling to squeeze through the doorway before $he finally manages to figure it out. $He @@.mediumorchid;blames you@@ for this indignity and @@.gold;worries@@ about what else you have waiting to torment $him. <<set $activeSlave.devotion -= 2, $activeSlave.trust -= 2>> <</replace>> <</link>> -- GitLab