diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 81deddb79ef3192e9cebe5373b4121784bcb5c01..3fb7f17aea81fd55ae8f9bed6ff71d2aee8af1da 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,10 @@ 2/14/18 + 351 + -minor texst fixes + -slaver background now starts with discounted starting girls + 350 -player pregnancy postpartum state active diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index 1f50366f554b7d3f0a3340ad967bc63dc98321e7..5f9cdca3a6b74f284f9997a241eff8a8448c4cd4 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -5,6 +5,9 @@ <<if ($PC.dick == 1) && ($PC.vagina == 1) && ($seeDicks != 0 || $makeDicks == 1)>> Since you have both a penis and a vagina yourself, you've obviously had access to a source of advanced surgery and organ farming. @@.springgreen;Slaves get a smaller cost increase here for having both penises and vaginas, and for having both testicles and ovaries.@@ <</if>> + <<if $PC.career == "slaver">> + Since you personally saw to the capture, breaking and or training of these slaves, @@.springgreen;they cost half of what they normally would have here.@@ + <</if>> <<if $slaves.length == 1>> You have one slave already committed. <<elseif $slaves.length > 1>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 3078e4d1dd18a06d0c3131b2a2a679a28efa41ce..cdcbdfe6ce0c2418fe1e21f6f8de50b57ac6dcbf 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -6195,7 +6195,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <</link>> <</if>> <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> -<<link "Invite her 'in'">> +<br><<link "Invite her 'in'">> <<EventNameDelink $activeSlave>> <<replace "#result">> There's a glint <<if !canSee($activeSlave)>>on her face as she hears<<else>>in her eyes as she sees<</if>> you stand up from your desk and saunter over; diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index e70748a404de29d94d1e2408f7aac805f027c315..64ae1aaa0d20eb2326777f6e6ae3eb62d9740993 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -439,7 +439,7 @@ $dairyNameCaps Cows will not undergo surgical procedures to maximize production. [[Maximize production in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Maximize production in only milkable cows|Dairy][$dairyImplantsSetting = 0]] <<else>> - Natuarally lactating cows, cows with non-lactating breasts, and cows incapable of producing cum will undergo lactation implant surgery to increase their milk output. + Naturally lactating cows, cows with non-lactating breasts, and cows incapable of producing cum will undergo lactation implant surgery to increase their milk output. [[Maximize lactation in all cattle|Dairy][$dairyImplantsSetting = 1]] | [[Restrict maximization surgery on cattle|Dairy][$dairyImplantsSetting = 2]] <</if>> <<else>> diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw index 318702dc96c7d6b5a6616b0764c85908ed570cff..864926d1551aa7c9775ab72b6af112448a6dde20 100644 --- a/src/utility/assayWidgets.tw +++ b/src/utility/assayWidgets.tw @@ -2312,4 +2312,8 @@ <<set $slaveCost = 500*Math.trunc($slaveCost/500)>> <</if>> +<<if $PC.career == "slaver">> + <<set $slaveCost = $slaveCost*.5>> +<</if>> + <</widget>>