Skip to content
Snippets Groups Projects
Commit 49ae179e authored by Pregmodder's avatar Pregmodder
Browse files

gene check option for RA

parent 5ea83579
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
10/15/2018 10/15/2018
17
-fixes
16 16
-fixes -fixes
-chem no longer affects miscarriage rates. -chem no longer affects miscarriage rates.
......
...@@ -15619,6 +15619,7 @@ window.rulesAssistantOptions = (function() { ...@@ -15619,6 +15619,7 @@ window.rulesAssistantOptions = (function() {
["Devotion", "devotion"], ["Devotion", "devotion"],
["Trust", "trust"], ["Trust", "trust"],
["Health", "health"], ["Health", "health"],
["Sex", "genes"],
["Sex drive", "energy"], ["Sex drive", "energy"],
["Height", "height"], ["Height", "height"],
["Weight", "weight"], ["Weight", "weight"],
...@@ -15688,6 +15689,7 @@ window.rulesAssistantOptions = (function() { ...@@ -15688,6 +15689,7 @@ window.rulesAssistantOptions = (function() {
return [ return [
"fetish", "fetish",
"amp", "amp",
"genes",
].includes(attribute); ].includes(attribute);
} }
   
...@@ -15853,6 +15855,7 @@ window.rulesAssistantOptions = (function() { ...@@ -15853,6 +15855,7 @@ window.rulesAssistantOptions = (function() {
return "Insert a valid JSON array. Known values: " + { return "Insert a valid JSON array. Known values: " + {
"fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)", "fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)",
"amp": "Amputated: 1, Not amputated: 0", "amp": "Amputated: 1, Not amputated: 0",
"genes": "XX, XY",
}[attribute]; }[attribute];
} }
...@@ -522,6 +522,7 @@ window.rulesAssistantOptions = (function() { ...@@ -522,6 +522,7 @@ window.rulesAssistantOptions = (function() {
["Devotion", "devotion"], ["Devotion", "devotion"],
["Trust", "trust"], ["Trust", "trust"],
["Health", "health"], ["Health", "health"],
["Sex", "genes"],
["Sex drive", "energy"], ["Sex drive", "energy"],
["Height", "height"], ["Height", "height"],
["Weight", "weight"], ["Weight", "weight"],
...@@ -591,6 +592,7 @@ window.rulesAssistantOptions = (function() { ...@@ -591,6 +592,7 @@ window.rulesAssistantOptions = (function() {
return [ return [
"fetish", "fetish",
"amp", "amp",
"genes",
].includes(attribute); ].includes(attribute);
} }
...@@ -756,6 +758,7 @@ window.rulesAssistantOptions = (function() { ...@@ -756,6 +758,7 @@ window.rulesAssistantOptions = (function() {
return "Insert a valid JSON array. Known values: " + { return "Insert a valid JSON array. Known values: " + {
"fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)", "fetish": "buttslut, cumslut, masochist, sadist, dom, submissive, boobs, pregnancy, none (AKA vanilla)",
"amp": "Amputated: 1, Not amputated: 0", "amp": "Amputated: 1, Not amputated: 0",
"genes": "XX, XY",
}[attribute]; }[attribute];
} }
......
...@@ -1039,7 +1039,7 @@ ...@@ -1039,7 +1039,7 @@
<</for>> <</for>>
<<case "porn studio">> <<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()>> <<run clearSummaryCache()>>
<<for _ss = 0; _ss < $slaves.length; _ss++>> <<for _ss = 0; _ss < $slaves.length; _ss++>>
<<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>> <<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>>
......
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