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
Container Registry
Model registry
Operate
Environments
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
pregmodfan
fc-pregmod
Commits
fc3d6fa2
Commit
fc3d6fa2
authored
8 years ago
by
Pregmodder
Browse files
Options
Downloads
Patches
Plain Diff
Tweaks and fixes.
parent
fb6d2a08
No related branches found
No related tags found
1 merge request
!65
Pregmod 0.9.9.6 v35.1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/npc/startingGirls/startingGirls.tw
+2
-2
2 additions, 2 deletions
src/npc/startingGirls/startingGirls.tw
src/uncategorized/reRelativeRecruiter.tw
+1
-1
1 addition, 1 deletion
src/uncategorized/reRelativeRecruiter.tw
src/utility/miscWidgets.tw
+7
-7
7 additions, 7 deletions
src/utility/miscWidgets.tw
with
10 additions
and
10 deletions
src/npc/startingGirls/startingGirls.tw
+
2
−
2
View file @
fc3d6fa2
...
...
@@ -113,7 +113,7 @@ __You are customizing this slave:__
<<if $activeSlave.father == -1>>
<<if $PC.dick == 0>>
<<set $activeSlave.father = 0>>
<<elseif ($PC.actualAge - $activeSlave.actualAge) < $minimumSlaveAge>>
<<elseif ($PC.actualAge - $activeSlave.actualAge) < $minimumSlaveAge
|| (($PC.actualAge - $activeSlave.actualAge) < $potencyAge)
>>
<<set $activeSlave.father = 0>>
<</if>>
<<if $saveImported == 1>>
...
...
@@ -123,7 +123,7 @@ __You are customizing this slave:__
<<if $activeSlave.mother == -1>>
<<if $PC.vagina == 0>>
<<set $activeSlave.mother = 0>>
<<elseif ($PC.actualAge - $activeSlave.actualAge) < $minimumSlaveAge>>
<<elseif
(
($PC.actualAge - $activeSlave.actualAge) < $minimumSlaveAge
) || (($PC.actualAge - $activeSlave.actualAge) < $fertilityAge)
>>
<<set $activeSlave.mother = 0>>
<</if>>
<<if $saveImported == 1>>
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/reRelativeRecruiter.tw
+
1
−
1
View file @
fc3d6fa2
...
...
@@ -227,7 +227,7 @@ She waits anxiously for your decision.
<<set $activeSlave.entertainSkill = 10>>
<<set $activeSlave.whoreSkill = 10>>
<<set $activeSlave.boobs = (random(12,20)*100)>>
<<set $activeSlave.butt = random(4,6)
<<set $activeSlave.butt = random(4,6)
>>
<<set $activeSlave.boobShape = "saggy">>
<<set $activeSlave.lactation to 1>>
<<set $activeSlave.marking = "birthmark">>
...
...
This diff is collapsed.
Click to expand it.
src/utility/miscWidgets.tw
+
7
−
7
View file @
fc3d6fa2
...
...
@@ -1315,8 +1315,8 @@
<<if $args[0].fetish == $args[1]>>
This experience
<<if
$
$args[0].fetishKnown == 1>>
<<if
$
$args[0].fetishStrength > 95>>
<<if $args[0].fetishKnown == 1>>
<<if $args[0].fetishStrength > 95>>
@@color:lightsalmon;<<switch $args[0].fetish>>
<<case "submissive">>deepens her sexual need to submit.
<<case "cumslut">>increases her appetite for oral sex.
...
...
@@ -1329,22 +1329,22 @@ This experience
<<case "pregnancy">>further confuses lust and pregnancy in her mind.
<<default>>ERROR: bad fetish
<</switch>>@@
<<set
$
$args[0].fetishStrength += 10>>
<<set $args[0].fetishStrength += 10>>
<<else>>
is @@color:hotpink;especially enjoyable for her,@@ since
<<switch $args[0].fetish>>
<<case "submissive">>she's an utterly submissive little slut.
<<case "cumslut">>her <<if
$
$args[0].vagina > -1>>clit<<else>>frenulum<</if>> might as well be located in her throat.
<<case "cumslut">>her <<if $args[0].vagina > -1>>clit<<else>>frenulum<</if>> might as well be located in her throat.
<<case "humiliation">>she has a hopeless need to be humiliated and degraded.
<<case "buttslut">>she's completely in love with having her ass fucked.
<<case "boobs">>she loves breast play more than any other kind of sex.
<<case "sadist">>nothing is as titillating to her as another slave's pain can be.
<<case "masochist">>she loves pain more than she likes pleasure.
<<case "dom">>she lives for the times she's allowed to fuck someone.
<<case "pregnancy">>all her deepest sexual desires involve <<if
$
$args[0].vagina > -1>>pregnancy<<else>>impregnation<</if>>.
<<case "pregnancy">>all her deepest sexual desires involve <<if $args[0].vagina > -1>>pregnancy<<else>>impregnation<</if>>.
<<default>>ERROR: bad fetish
<</switch>>
<<set
$
$args[0].devotion += 3>>
<<set $args[0].devotion += 3>>
<</if>>
<<else>>
was surprisingly appealing for her, revealing that she's a
...
...
@@ -1355,7 +1355,7 @@ This experience
<<case "pregnancy">>pregslut!
<<default>>$args[0]!
<</switch>>@@
<<set
$
$args[0].fetishKnown = 1>>
<<set $args[0].fetishKnown = 1>>
<</if>>
<</if>>
...
...
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