From aea79846cf79e2ed0dac9b47c55fd6dd1e6657d8 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 20 Sep 2018 23:58:34 -0400 Subject: [PATCH] fixes --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 4 ++++ devNotes/twine JS.txt | 5 ++++- src/js/DefaultRules.tw | 2 +- src/js/rulesAssistantOptions.tw | 3 +++ src/uncategorized/saLongTermEffects.tw | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 9cca0cf8be4..918952efa80 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,10 @@ 9/20/2018 + 38 + -fixes + -more face tweaks from deepmurk + 37 -fixes -non max inflation no longer blocks conception diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 03a7bd86a7c..eea039bc3d6 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -13580,7 +13580,7 @@ window.DefaultRules = (function() { break; case "appetite suppressors": - if (!(slave.weight > -95)) + if (!(slave.weight <= -95)) flag = false; break; @@ -16348,9 +16348,12 @@ window.rulesAssistantOptions = (function() { drugs.push(["Weight loss pills (FS)", "appetite suppressors"]); drugs.push(["breast redistributors"]); drugs.push(["butt redistributors"]); + drugs.push(["nipple atrophiers"]); drugs.push(["lip atrophiers"]); drugs.push(["penis atrophiers"]); drugs.push(["testicle atrophiers"]); + drugs.push(["clitoris atrophiers"]); + drugs.push(["labia atrophiers"]); } if (V.arcologies[0].FSAssetExpansionistResearch === 1) { drugs.push(["hyper breast injections"]); diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw index bbe376cf1fd..9c8e822f156 100644 --- a/src/js/DefaultRules.tw +++ b/src/js/DefaultRules.tw @@ -1293,7 +1293,7 @@ window.DefaultRules = (function() { break; case "appetite suppressors": - if (!(slave.weight > -95)) + if (!(slave.weight <= -95)) flag = false; break; diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw index 768df1b3b5b..a819449ff1f 100644 --- a/src/js/rulesAssistantOptions.tw +++ b/src/js/rulesAssistantOptions.tw @@ -1661,9 +1661,12 @@ window.rulesAssistantOptions = (function() { drugs.push(["Weight loss pills (FS)", "appetite suppressors"]); drugs.push(["breast redistributors"]); drugs.push(["butt redistributors"]); + drugs.push(["nipple atrophiers"]); drugs.push(["lip atrophiers"]); drugs.push(["penis atrophiers"]); drugs.push(["testicle atrophiers"]); + drugs.push(["clitoris atrophiers"]); + drugs.push(["labia atrophiers"]); } if (V.arcologies[0].FSAssetExpansionistResearch === 1) { drugs.push(["hyper breast injections"]); diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 9bb514b810d..431e90684df 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -7046,7 +7046,7 @@ /* physical is countered by .pregAdaptation */ <<if $slaves[$i].belly > ($slaves[$i].pregAdaptation*4500)>> - $His bloated <<if $slaves[$i].mpreg == 0 && $slaves[$i].ovaries == 0>>abdominal cavity<<else>>womb<</if>> is constantly straining to hold together and puts @@.red;overwhelming pressure on $his skin and organs.@@ $His stomach is streaked with deep stretchmarks and black and blue from the tension. + $His bloated <<if $slaves[$i].mpreg == 0 && $slaves[$i].ovaries == 0>>implant-filled middle<<else>>womb<</if>> is constantly straining to hold together and puts @@.red;overwhelming pressure on $his skin and organs.@@ $His stomach is streaked with deep stretchmarks and black and blue from the tension. <<if ($slaves[$i].sexualFlaw == "breeder" || $slaves[$i].sexualFlaw == "self hating") && $slaves[$i].preg > 0>> $He spends every painful moment in sheer joy, each agonizing motion sending quivers of lust through $his breaking body. <<if $slaves[$i].sexualFlaw == "breeder">> -- GitLab