Skip to content
Snippets Groups Projects
Commit 5ed915bc authored by kopareigns's avatar kopareigns
Browse files

Updates

parent 79a36a18
No related branches found
No related tags found
2 merge requests!2127Fixes,!2047RA rework
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<<print "[[$heroSlaves[$i].slaveName|Complete Catalog][$activeSlave = getHeroSlave($heroSlaves[" + $i + "], $baseHeroSlave)]]">> <<print "[[$heroSlaves[$i].slaveName|Complete Catalog][$activeSlave = getHeroSlave($heroSlaves[" + $i + "], $baseHeroSlave)]]">>
<</for>> <</for>>
<<SetBellySize $activeSlave>>
<<set $specialSlavesPriceOverride = 1>> <<set $specialSlavesPriceOverride = 1>>
<<NationalityToAccent $activeSlave>> <<NationalityToAccent $activeSlave>>
<<if $familyTesting == 1>> <<if $familyTesting == 1>>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<<set $activeSlave.weekAcquired = $week>> <<set $activeSlave.weekAcquired = $week>>
<<set $activeSlave.pubicHColor = $activeSlave.hColor>> <<set $activeSlave.pubicHColor = $activeSlave.hColor>>
<<set $activeSlave.underArmHColor = $activeSlave.hColor>> <<set $activeSlave.underArmHColor = $activeSlave.hColor>>
<<SetBellySize $activeSlave>>
<<if $familyTesting == 1>> <<if $familyTesting == 1>>
/* special slaves exceptions to keep siblings sensible */ /* special slaves exceptions to keep siblings sensible */
<<if $activeSlave.mother == -9999 && $activeSlave.father == -9998>> /* The twins - Camille & Kennerly */ <<if $activeSlave.mother == -9999 && $activeSlave.father == -9998>> /* The twins - Camille & Kennerly */
......
...@@ -1763,8 +1763,7 @@ ...@@ -1763,8 +1763,7 @@
<<set $args[0].pronoun = "she", $args[0].possessivePronoun = "hers", $args[0].possessive = "her", $args[0].object = "her", $args[0].objectReflexive = "herself", $args[0].noun = "girl">> <<set $args[0].pronoun = "she", $args[0].possessivePronoun = "hers", $args[0].possessive = "her", $args[0].object = "her", $args[0].objectReflexive = "herself", $args[0].noun = "girl">>
<</if>> <</if>>
<<run WombInit($args[0])>> <<SetBellySize $args[0]>>
<<SetBellySize $activeSlave>>
<<run addSlave($args[0])>> <<run addSlave($args[0])>>
<<if $args[0].origin != "She was your slave, but you freed her, which she repaid by participating in a coup attempt against you. It failed, and she is again your chattel." && $args[0].ID != $boomerangSlave.ID>> <<if $args[0].origin != "She was your slave, but you freed her, which she repaid by participating in a coup attempt against you. It failed, and she is again your chattel." && $args[0].ID != $boomerangSlave.ID>>
......
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