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
d225d7f4
Commit
d225d7f4
authored
5 years ago
by
Pregmodder
Browse files
Options
Downloads
Patches
Plain Diff
Fix
parent
e342525d
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
slave variables documentation - Pregmod.txt
+1
-0
1 addition, 0 deletions
slave variables documentation - Pregmod.txt
src/pregmod/analyzePregnancy.tw
+1
-1
1 addition, 1 deletion
src/pregmod/analyzePregnancy.tw
src/utility/descriptionWidgets.tw
+12
-0
12 additions, 0 deletions
src/utility/descriptionWidgets.tw
with
14 additions
and
1 deletion
slave variables documentation - Pregmod.txt
+
1
−
0
View file @
d225d7f4
...
...
@@ -2694,6 +2694,7 @@ may accept strings, use at own risk
"overalls"
"panties"
"panties and pasties"
"pasties"
"restrictive latex"
"shibari ropes"
"slutty business attire"
...
...
This diff is collapsed.
Click to expand it.
src/pregmod/analyzePregnancy.tw
+
1
−
1
View file @
d225d7f4
...
...
@@ -19,7 +19,7 @@
<<set _cc = Math.round($activeSlave.bellyPreg)>>
<<set _safecc = Math.round($activeSlave.pregAdaptation*2000)>>
<<if $geneticMappingUpgrade > 0>>
<br> Estimated pregnancy adaptation ra
i
ting: <<print num(Math.round($activeSlave.pregAdaptation))>>
<br> Estimated pregnancy adaptation rating: <<print num(Math.round($activeSlave.pregAdaptation))>>
<br> Estimated safe womb volume: <<= num(_safecc)>> cc
<</if>>
<br> Current fetal count: $activeSlave.womb.length
...
...
This diff is collapsed.
Click to expand it.
src/utility/descriptionWidgets.tw
+
12
−
0
View file @
d225d7f4
...
...
@@ -210,6 +210,12 @@
<<elseif $activeSlave.geneticQuirks.wLoss == 2>>
$He has hypoleptinemia and will easily loose weight.
<</if>>
<<if $activeSlave.geneticQuirks.wGain == 1 && $geneticMappingUpgrade >= 2>>
$He is a hyperleptinemia carrier.
<</if>>
<<if $activeSlave.geneticQuirks.wLoss == 1 && $geneticMappingUpgrade >= 2>>
$He is a hypoleptinemia carrier.
<</if>>
<<if $activeSlave.geneticQuirks.mGain == 2 && $activeSlave.geneticQuirks.mLoss == 2>>
$He has severe genetic flaw resulting in easily replaced, rapidly lost muscle mass.
<<elseif $activeSlave.geneticQuirks.mGain == 2>>
...
...
@@ -217,6 +223,12 @@
<<elseif $activeSlave.geneticQuirks.mLoss == 2>>
$He has myotonic dystrophy and will rapidly loose muscle mass.
<</if>>
<<if $activeSlave.geneticQuirks.mGain == 1 && $geneticMappingUpgrade >= 2>>
$He is a myotonic hypertorphy carrier.
<</if>>
<<if $activeSlave.geneticQuirks.mLoss == 1 && $geneticMappingUpgrade >= 2>>
$He is a myotonic dystrophy carrier.
<</if>>
<</if>>
<</widget>>
...
...
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