Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
e503275c
Commit
e503275c
authored
5 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
intro bit
parent
c43cd28e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/recETS.tw
+33
-0
33 additions, 0 deletions
src/uncategorized/recETS.tw
with
33 additions
and
0 deletions
src/uncategorized/recETS.tw
+
33
−
0
View file @
e503275c
...
@@ -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>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment