Skip to content
Snippets Groups Projects
Commit 7c257bc6 authored by Pregmodder's avatar Pregmodder
Browse files

more race exceptions

parent d73921fc
No related branches found
No related tags found
2 merge requests!2047RA rework,!1685Pregmod v1022-16
...@@ -55,6 +55,7 @@ As you step off the elevator, you hear female shouting. Apparently one of $arcol ...@@ -55,6 +55,7 @@ As you step off the elevator, you hear female shouting. Apparently one of $arcol
<<set $contractCost = 1000>> <<set $contractCost = 1000>>
<<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>>
<<set $activeSlaveOneTimeMaxAge = 42>> <<set $activeSlaveOneTimeMaxAge = 42>>
<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>>
<<include "Generate New Slave">> <<include "Generate New Slave">>
<<if $PStrip == 1>> <<if $PStrip == 1>>
<<set $activeSlave.origin = "She offered herself to you as a slave to escape the hard life of a free whore.">> <<set $activeSlave.origin = "She offered herself to you as a slave to escape the hard life of a free whore.">>
......
...@@ -78,6 +78,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th ...@@ -78,6 +78,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th
<</if>> <</if>>
<<set $activeSlaveOneTimeMaxAge = 43>> <<set $activeSlaveOneTimeMaxAge = 43>>
<<set $one_time_age_overrides_pedo_mode = 1>> <<set $one_time_age_overrides_pedo_mode = 1>>
<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>>
<<include "Generate XX Slave">> <<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.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">> <<set $activeSlave.career = "a soldier">>
...@@ -157,6 +158,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th ...@@ -157,6 +158,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th
<</if>> <</if>>
<<set $activeSlaveOneTimeMaxAge = 43>> <<set $activeSlaveOneTimeMaxAge = 43>>
<<set $one_time_age_overrides_pedo_mode = 1>> <<set $one_time_age_overrides_pedo_mode = 1>>
<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>>
<<include "Generate XX Slave">> <<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.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">> <<set $activeSlave.career = "a soldier">>
......
...@@ -2827,6 +2827,7 @@ ...@@ -2827,6 +2827,7 @@
<<case "indentures">> <<case "indentures">>
<<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedNationality = $arcologies[0].FSSupremacistRace>><</if>>
<<include "Generate New Slave">> <<include "Generate New Slave">>
<<set $activeSlave.origin = "You purchased her indenture contract, making her yours for as long as it lasts.">> <<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)>> <<set $activeSlave.indentureRestrictions = either(0,1,1,2,2,2,2)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment