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
16113d70
Commit
16113d70
authored
6 years ago
by
kopareigns
Browse files
Options
Downloads
Patches
Plain Diff
Fixes
parent
8e9d96d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/npc/newSlaveIncestSex.tw
+7
-2
7 additions, 2 deletions
src/npc/newSlaveIncestSex.tw
src/uncategorized/pCoupAttempt.tw
+1
-1
1 addition, 1 deletion
src/uncategorized/pCoupAttempt.tw
src/uncategorized/reBoomerang.tw
+1
-1
1 addition, 1 deletion
src/uncategorized/reBoomerang.tw
with
9 additions
and
4 deletions
src/npc/newSlaveIncestSex.tw
+
7
−
2
View file @
16113d70
...
...
@@ -21,8 +21,13 @@
<<set _one = relativeTerm($activeSlave, $sissy)>> /* sissy is active's blank */
<<set _other = relativeTerm($sissy, $activeSlave)>> /* active is sissy's blank */
<<else>>
<<set _one = $sissy.relation >>
<<set _other = $activeSlave.relation >>
<<if $sissy.actualAge == $activeSlave.actualAge>>
<<set _one = "twin">>
<<set _other = "twin">>
<<else>>
<<set _one = $sissy.relation >>
<<set _other = $activeSlave.relation >>
<</if>>
<</if>>
/* gender relation descriptions */
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/pCoupAttempt.tw
+
1
−
1
View file @
16113d70
...
...
@@ -247,7 +247,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc
<</if>>
<<for _pca = 0; _pca < $slaves.length; _pca++>>
<<run WombChangeID($slaves[_pca], $traitor.missingParentTag, $traitor.ID)>>
<<run WombChangeGeneID(slave, $traitor.missingParentTag, $traitor.ID)>>
<<run WombChangeGeneID(
$
slave
s[_pca]
, $traitor.missingParentTag, $traitor.ID)>>
<</for>>
<<set $traitor.health = random(-80,-60)>>
<<set $traitor.origin = "She was your slave, but you freed her, which she repaid by participating in a coup attempt against you. It failed, and she is again your chattel.">>
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/reBoomerang.tw
+
1
−
1
View file @
16113d70
...
...
@@ -455,7 +455,7 @@ It isn't obvious how she managed to escape, though no doubt you could review the
<</if>>
<<for _reb = 0; _reb < $slaves.length; _reb++>>
<<run WombChangeID($slaves[_reb], $activeSlave.missingParentTag, $activeSlave.ID)>>
<<run WombChangeGeneID(slave, $activeSlave.missingParentTag, $activeSlave.ID)>>
<<run WombChangeGeneID(
$
slave
s[_reb]
, $activeSlave.missingParentTag, $activeSlave.ID)>>
<</for>>
<<set $boomerangStats = 0>>
<<replace "#result">>
...
...
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