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
8fa51752
Commit
8fa51752
authored
7 years ago
by
Pregmodder
Browse files
Options
Downloads
Plain Diff
Merge branch 'pregmod-master-bugfix' into 'pregmod-master'
sanity check fixes See merge request
!1700
parents
6ed049ac
f482747a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/uncategorized/genericPlotEvents.tw
+0
-1
0 additions, 1 deletion
src/uncategorized/genericPlotEvents.tw
src/uncategorized/longSlaveDescription.tw
+1
-1
1 addition, 1 deletion
src/uncategorized/longSlaveDescription.tw
with
1 addition
and
2 deletions
src/uncategorized/genericPlotEvents.tw
+
0
−
1
View file @
8fa51752
...
@@ -632,7 +632,6 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
...
@@ -632,7 +632,6 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
<</if>>
<</if>>
<</if>>
<</if>>
<<set $slaves[$i].boobs += 300>>
<<set $slaves[$i].boobs += 300>>
<</if>>
<<elseif ($slaves[$i].drugs == "hyper breast injections") && canGetPregnant($slaves[$i])>>
<<elseif ($slaves[$i].drugs == "hyper breast injections") && canGetPregnant($slaves[$i])>>
<<set $slaves[$i].preg = 1>>
<<set $slaves[$i].preg = 1>>
<<set $slaves[$i].pregType = random(20,45)>>
<<set $slaves[$i].pregType = random(20,45)>>
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/longSlaveDescription.tw
+
1
−
1
View file @
8fa51752
...
@@ -335,7 +335,7 @@ She comes to you for an inspection
...
@@ -335,7 +335,7 @@ She comes to you for an inspection
$activeSlave.birthSurname.
$activeSlave.birthSurname.
<<elseif $activeSlave.birthSurname === "">>
<<elseif $activeSlave.birthSurname === "">>
$activeSlave.birthName.
$activeSlave.birthName.
<<elseif $surnameOrder != 1>>
>>
<<elseif $surnameOrder != 1>>
<<switch $activeSlave.nationality>>
<<switch $activeSlave.nationality>>
<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
<<if $activeSlave.birthSurname>>$activeSlave.birthSurname <</if>>$activeSlave.birthName.
<<if $activeSlave.birthSurname>>$activeSlave.birthSurname <</if>>$activeSlave.birthName.
...
...
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