From 49ae179eaf130c8a36a505ed6cf39941f8305154 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 15 Oct 2018 23:14:42 -0400 Subject: [PATCH] gene check option for RA --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 3 +++ devNotes/twine JS.txt | 3 +++ src/js/rulesAssistantOptions.tw | 3 +++ src/uncategorized/slaveSold.tw | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 0260411e0d4..08047df8410 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,9 @@ 10/15/2018 + 17 + -fixes + 16 -fixes -chem no longer affects miscarriage rates. diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 80cd464ea90..65fbc25967b 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -15619,6 +15619,7 @@ window.rulesAssistantOptions = (function() { ["Devotion", "devotion"], ["Trust", "trust"], ["Health", "health"], + ["Sex", "genes"], ["Sex drive", "energy"], ["Height", "height"], ["Weight", "weight"], @@ -15688,6 +15689,7 @@ window.rulesAssistantOptions = (function() { return [ "fetish", "amp", + "genes", ].includes(attribute); } @@ -15853,6 +15855,7 @@ window.rulesAssistantOptions = (function() { return "Insert a valid JSON array. Known values: " + { "fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)", "amp": "Amputated: 1, Not amputated: 0", + "genes": "XX, XY", }[attribute]; } diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw index 4f591d93173..3b4088d49f4 100644 --- a/src/js/rulesAssistantOptions.tw +++ b/src/js/rulesAssistantOptions.tw @@ -522,6 +522,7 @@ window.rulesAssistantOptions = (function() { ["Devotion", "devotion"], ["Trust", "trust"], ["Health", "health"], + ["Sex", "genes"], ["Sex drive", "energy"], ["Height", "height"], ["Weight", "weight"], @@ -591,6 +592,7 @@ window.rulesAssistantOptions = (function() { return [ "fetish", "amp", + "genes", ].includes(attribute); } @@ -756,6 +758,7 @@ window.rulesAssistantOptions = (function() { return "Insert a valid JSON array. Known values: " + { "fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)", "amp": "Amputated: 1, Not amputated: 0", + "genes": "XX, XY", }[attribute]; } diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index ce7eb6523ea..e50005433c7 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -1039,7 +1039,7 @@ <</for>> <<case "porn studio">> - $activeSlave.slaveName becomes a frequent sight in $activeSlave.pornType smut and attracts huge crowds with each public appearance. Your other apsiring porn stars @@.mediumaquamarine;try harder than ever@@ in the hopes of following in her prestigious footsteps. + $activeSlave.slaveName becomes a frequent sight in $activeSlave.pornFameType smut and attracts huge crowds with each public appearance. Your other aspiring porn stars @@.mediumaquamarine;try harder than ever@@ in the hopes of following in her prestigious footsteps. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>> -- GitLab