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

Merge branch 'pregmod-dev' into 'pregmod-master'

$seeDicks 1 & 99 options

See merge request !7095
parents d2c2e1c6 95baec8a
No related branches found
No related tags found
1 merge request!7095$seeDicks 1 & 99 options
...@@ -300,7 +300,7 @@ You may review your settings before clicking "Continue" to begin.<br> ...@@ -300,7 +300,7 @@ You may review your settings before clicking "Continue" to begin.<br>
<<set _options = new App.UI.OptionsGroup()>> <<set _options = new App.UI.OptionsGroup()>>
<<run _options.addOption("Proportion of slave girls with dicks", "seeDicks") <<run _options.addOption("Proportion of slave girls with dicks", "seeDicks")
.addValueList([["None (0%)", 0], ["A few (10%)", 10], ["Some (25%)", 25], ["Half (50%)", 50], ["Most (75%)", 75], ["Almost all (90%)", 90], ["All (100%)", 100]])>> .addValueList([["None (0%)", 0], ["Nearly none (1%)", 1], ["A few (10%)", 10], ["Some (25%)", 25], ["Half (50%)", 50], ["Lots (75%)", 75], ["Most (90%)", 90], ["Almost all (99%)", 99], ["All (100%)", 100]])>>
<<if $seeDicks === 0>> <<if $seeDicks === 0>>
<<run _options.addOption("Should you be able to surgically attach a penis to your female slaves and starting girls?", "makeDicks") <<run _options.addOption("Should you be able to surgically attach a penis to your female slaves and starting girls?", "makeDicks")
...@@ -342,7 +342,7 @@ You may review your settings before clicking "Continue" to begin.<br> ...@@ -342,7 +342,7 @@ You may review your settings before clicking "Continue" to begin.<br>
.addValue("Enabled", 1).on().addValue("Disabled", 0).off()>> .addValue("Enabled", 1).on().addValue("Disabled", 0).off()>>
<<if $seeDicks !== 0>> <<if $seeDicks !== 0 || $makeDicks !== 0>>
<<run _options.addOption("Circumcision is", "seeCircumcision") <<run _options.addOption("Circumcision is", "seeCircumcision")
.addValue("Enabled", 1).on().addValue("Disabled", 0).off()>> .addValue("Enabled", 1).on().addValue("Disabled", 0).off()>>
<</if>> <</if>>
......
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