Skip to content
Snippets Groups Projects
Commit e503275c authored by lowercasedonkey's avatar lowercasedonkey
Browse files

intro bit

parent c43cd28e
Branches
Tags
No related merge requests found
...@@ -12,6 +12,38 @@ ...@@ -12,6 +12,38 @@
<<print "[[$RecETSevent[_i]|RecETS][$RecETSevent = $RecETSevent[" + _i + "]]]">> <<print "[[$RecETSevent[_i]|RecETS][$RecETSevent = $RecETSevent[" + _i + "]]]">>
</div> </div>
<</for>> <</for>>
<<if $debugMode == 1>>
<div>
For debug purposes, the following scenes would not have been selected but can be chosen.
</div>
<<set _allEvents = [
"addict mother daughter",
"posh mother daughter",
"posh mother daughter",
"incest mother son",
"incest father daughter",
"incest brother sister",
"incest sister sister",
"incest brother brother",
"incest twin sister",
"incest twin brother",
"incest twins mixed",
"incest mother daughter",
"incest father son",
"mismatched pair",
"identical pair",
"identical herm pair",
"desperate broodmother"
]>>
<<for _i = 0; _i < _allEvents.length; _i++>>
<<if !$RecETSevent.includes(_allEvents[_i])>>
<div>
<<print "[[_allEvents[_i]|RecETS][$RecETSevent = _allEvents[" + _i + "]]]">>
</div>
<</if>>
<</for>>
<</if>>
<p> <p>
[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]] [[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]]
</p> </p>
...@@ -507,6 +539,7 @@ ...@@ -507,6 +539,7 @@
<<set _slaveCost = slaveCost($activeSlave)>> <<set _slaveCost = slaveCost($activeSlave)>>
<<set _slaveCost -= 1500>> <<set _slaveCost -= 1500>>
<<case "matched pair">> <<case "matched pair">>
/* _ContractCost not needed, no option to sell */
<<set $activeSlaveOneTimeMinAge = 12>> <<set $activeSlaveOneTimeMinAge = 12>>
<<set $activeSlaveOneTimeMaxAge = 21>> <<set $activeSlaveOneTimeMaxAge = 21>>
<<set $oneTimeDisableDisability = 1>> <<set $oneTimeDisableDisability = 1>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment