From d73921fc26bd07f9c52737848c64086c49a972a3 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 29 Mar 2018 23:59:10 -0400
Subject: [PATCH] more race catches

---
 src/uncategorized/RESS.tw                | 3 ++-
 src/uncategorized/reMilfTourist.tw       | 1 +
 src/uncategorized/rePokerNight.tw        | 1 +
 src/uncategorized/reShelterInspection.tw | 1 +
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 514972b3890..124008f0343 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -16264,11 +16264,12 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<set $cash -= 25000>>
 	<<set $fixedNationality = "American">>
 	<<for _ress = 0; _ress < 3; _ress++>>
+		<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>>
 		<<include "Generate New Slave">>
 		<<set _origin = "You enslaved her for abusing " + $eventSlave.slaveName + " while she was serving the public.">>
 		<<set $activeSlave.origin = _origin>>
 		<<set $activeSlave.career = "a student">>
-		<<set $activeSlave.eyeColor = "blue", $activeSlave.skin = "tanned", $activeSlave.hColor = "blonde", $activeSlave.pubicHColor = "blonde", $activeSlave.markings = "none", $activeSlave.weight = -20>>
+		<<set $activeSlave.markings = "none", $activeSlave.weight = -20>>
 		<<set $activeSlave.devotion = random(-80,-60)>>
 		<<set $activeSlave.trust = random(-20,-10)>>
 		<<set $activeSlave.muscles = random(0,15)>>
diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw
index dca37e65139..0bc59123acd 100644
--- a/src/uncategorized/reMilfTourist.tw
+++ b/src/uncategorized/reMilfTourist.tw
@@ -9,6 +9,7 @@
 <<set $activeSlaveOneTimeMinAge = 36>>
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $one_time_age_overrides_pedo_mode = 1>> /* middle-aged */
+<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>>
 <<include "Generate XX Slave">>
 <<set $activeSlave.origin = "She came to your arcology as a tourist and found herself enslaved.">>
 <<set $activeSlave.devotion = random(-70,-55)>>
diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw
index 31f53ec5cff..81453a2da0a 100644
--- a/src/uncategorized/rePokerNight.tw
+++ b/src/uncategorized/rePokerNight.tw
@@ -67,6 +67,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 									<<set $activeSlaveOneTimeMinAge = 38>>
 									<<set $activeSlaveOneTimeMaxAge = 43>>
 									<<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 put herself up as collateral at a poker game, and lost.">>
 									<<set $activeSlave.career = "a soldier">>
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index d4c635b3b80..8b8c2338393 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -5,6 +5,7 @@
 <<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>>
 <<set $contractCost = 10000>>
 <<include "Generate XX Slave">>
 <<set $activeSlave.origin = "She was once an inspector for the Shelter, but you put a stop to that.">>
-- 
GitLab