From 6d9cd718d8315598367d59010cf625005f08c7b4 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Sun, 10 Mar 2019 18:31:14 -0500 Subject: [PATCH] Fixes --- src/cheats/PCCheatMenu.tw | 2 +- src/cheats/mod_EditChildCheatNew.tw | 2 +- src/cheats/mod_EditSlaveCheat.tw | 2 +- src/cheats/mod_editSlaveCheatNew.tw | 2 +- src/uncategorized/genericPlotEvents.tw | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cheats/PCCheatMenu.tw b/src/cheats/PCCheatMenu.tw index e0527f2baad..b8a6182d3c2 100644 --- a/src/cheats/PCCheatMenu.tw +++ b/src/cheats/PCCheatMenu.tw @@ -89,7 +89,7 @@ Sex: ''$tempSlave.genes'' __pregnancy__ <br>''Pregnancy length'': <<textbox "$tempSlave.preg" $tempSlave.preg>> //how far along your pregnancy is (pregMood kicks in at 24+ weeks) - -2: infertile, -1: contraceptives, 0: not pregnant, 1 - 42: pregnant, 43+: giving birth// <br>''Fetus Count'': <<textbox "$tempSlave.pregType" $tempSlave.pregType>> //how many you're having (1-8)// - <br>''PregSource'': <<textbox "$tempSlave.pregSource" $tempSlave.pregSource>> //who knocked you up - 0: unknown, -1: self-impreg, -2: citizen, -3: former master, -4: male arc owner, -5: client, -6: Societal Elite, -7: designer baby, 8: animal// + <br>''PregSource'': <<textbox "$tempSlave.pregSource" $tempSlave.pregSource>> //who knocked you up - 0: unknown, -1: self-impreg, -2: citizen, -3: former master, -4: male arc owner, -5: client, -6: Societal Elite, -7: designer baby// <br>''PregMood'': <<textbox "$tempSlave.pregMood" $tempSlave.pregMood>> //how you act when heavily pregnant - 0: no change, 1: submissive and motherly, 2: aggressive and dominant// <</if>> diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw index 562a16a50a1..1c728cf332c 100644 --- a/src/cheats/mod_EditChildCheatNew.tw +++ b/src/cheats/mod_EditChildCheatNew.tw @@ -121,7 +121,7 @@ ''Active Slaves ID : @@.yellow;$tempSlave.ID@@'' <br><br> <<if $familyTesting == 1>> - ''Enter the IDs for this slave's parents (0: unknown, -1: you, -2: citizen, -3: former master, -4: male arc owner, -5: client, -6: Societal Elite, -7: designer baby):'' + ''Enter the IDs for this slave's parents (0: unknown, -1: you, -2: citizen):'' <br> ''mother ID'' <<textbox "$tempSlave.mother" $tempSlave.mother>> diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw index 80c16d2905c..ce58257d2d2 100644 --- a/src/cheats/mod_EditSlaveCheat.tw +++ b/src/cheats/mod_EditSlaveCheat.tw @@ -26,7 +26,7 @@ <br> <<if $familyTesting == 1>> - ''Enter the IDs for this slave's parents(0: unknown, -1: you, -2: citizen, -3: former master, -4: male arc owner, -5: client, -6: Societal Elite, -7: designer baby):'' + ''Enter the IDs for this slave's parents(0: unknown, -1: you, -2: citizen):'' <br> ''mother ID'' <<textbox "$tempSlave.mother" $tempSlave.mother>> diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 280fbb6eaba..f092aaa93cd 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -144,7 +144,7 @@ ''Active Slaves ID : @@.yellow;$tempSlave.ID@@'' <br><br> <<if $familyTesting == 1>> - ''Enter the IDs for this slave's parents (0: unknown, -1: you, -2: citizen, -3: former master, -4: male arc owner, -5: client, -6: Societal Elite, -7: designer baby):'' + ''Enter the IDs for this slave's parents (0: unknown, -1: you, -2: citizen):'' <br> ''mother ID'' <<textbox "$tempSlave.mother" $tempSlave.mother>> diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index 51123399731..8306ec16188 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -644,7 +644,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set $one_time_age_overrides_pedo_mode = 1>> <<set $oneTimeDisableDisability = 1>> <<set $fixedRace = "white">> - <<include "Generate XX Slave">> + <<set $missloli = GenerateNewSlave("XX")>> <<set $missloli.origin = "She was a fucktoy held in a felled mission. She was nothing more than a cum dump to her black masters.">> <<set $missloli.career = "an orphan">> <<set $missloli.devotion = -20>> -- GitLab