diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index bf3008f519b192cd5057a1fb89eac708710f47ae..c9bbd2debd1489be14cccc4b41e15223cd60233a 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -55,6 +55,7 @@ As you step off the elevator, you hear female shouting. Apparently one of $arcol <<set $contractCost = 1000>> <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> <<set $activeSlaveOneTimeMaxAge = 42>> +<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate New Slave">> <<if $PStrip == 1>> <<set $activeSlave.origin = "She offered herself to you as a slave to escape the hard life of a free whore.">> diff --git a/src/uncategorized/reAWOL.tw b/src/uncategorized/reAWOL.tw index 1e06e9b948454243c688bc2685a49d1e8db915c9..16b3adf4dbae18b2874e1cedc5633a70ae76f07a 100644 --- a/src/uncategorized/reAWOL.tw +++ b/src/uncategorized/reAWOL.tw @@ -78,6 +78,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <</if>> <<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 = "You sentenced her to enslavement as a punishment for dereliction of her duty to you as a mercenary and for theft.">> <<set $activeSlave.career = "a soldier">> @@ -157,6 +158,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <</if>> <<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 = "You sentenced her to enslavement as a punishment for dereliction of her duty to you as a mercenary and for theft.">> <<set $activeSlave.career = "a soldier">> diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 13699405762262e35af4eb52d8f72a23ecc454b6..0279d18f8e979dd97022bd123030f864d0b7ce64 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -2827,6 +2827,7 @@ <<case "indentures">> + <<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate New Slave">> <<set $activeSlave.origin = "You purchased her indenture contract, making her yours for as long as it lasts.">> <<set $activeSlave.indentureRestrictions = either(0,1,1,2,2,2,2)>>