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
d99f7b73
Commit
d99f7b73
authored
6 years ago
by
Pregmodder
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'upstream/pregmod-master' into pregmod-dev
parents
c8866734
ed2dda16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/js/birthJS.js
+4
-4
4 additions, 4 deletions
src/js/birthJS.js
src/uncategorized/seWeddingDouble.tw
+135
-84
135 additions, 84 deletions
src/uncategorized/seWeddingDouble.tw
with
139 additions
and
88 deletions
src/js/birthJS.js
+
4
−
4
View file @
d99f7b73
...
...
@@ -38,7 +38,7 @@ window.BirthDestinationText = function(choice,slave) {
}
break
;
case
"
Orphanage
"
:
if
(
V
.
slave
.
burst
<
1
)
{
if
(
slave
.
burst
<
1
)
{
if
(
slave
.
fetish
==
"
mindbroken
"
||
slave
.
fuckdoll
>
0
)
{
r
+=
`has few thoughts about the matter.`
;
}
else
if
(
slave
.
devotion
>
95
)
{
...
...
@@ -59,7 +59,7 @@ window.BirthDestinationText = function(choice,slave) {
if
(
T
.
call
!==
1
)
{
r
+=
`citizen schools, to be brought up coequal with the arcology's other young people.`
;
}
if
(
V
.
slave
.
burst
<
1
)
{
if
(
slave
.
burst
<
1
)
{
r
+=
`
${
sn
}
`
;
if
(
slave
.
fetish
===
"
mindbroken
"
||
slave
.
fuckdoll
>
0
)
{
r
+=
`has few thoughts about the matter.`
;
...
...
@@ -76,7 +76,7 @@ window.BirthDestinationText = function(choice,slave) {
break
;
case
"
Private
"
:
if
(
T
.
call
!==
1
)
r
+=
`
${
child
}
${
T
.
count
>
1
?
'
are
'
:
'
is
'
}
sent to be privately raised, to be brought up as a future high class citizen.`
;
if
(
V
.
slave
.
burst
<
1
)
{
if
(
slave
.
burst
<
1
)
{
r
+=
`
${
sn
}
`
;
if
(
slave
.
fetish
===
"
mindbroken
"
||
slave
.
fuckdoll
>
0
)
{
r
+=
`has few thoughts about the matter.`
;
...
...
@@ -107,7 +107,7 @@ window.BirthDestinationText = function(choice,slave) {
}
const
cash
=
cashFormat
(
T
.
count
*
(
50
+
T
.
babyCost
));
r
+=
` <span class='yellowgreen'>
${
cash
}
.</span>`
;
if
(
slave
.
prematureBirth
>
0
)
r
+=
` A low price due to the added costs of caring for
${
T
.
count
>
1
?
'
them
'
:
'
it
'
}
.`
;
if
(
V
.
slave
.
burst
<
1
)
{
if
(
slave
.
burst
<
1
)
{
r
+=
`
${
sn
}
`
;
if
(
slave
.
fetish
===
"
mindbroken
"
||
slave
.
fuckdoll
>
0
)
{
r
+=
`has few thoughts about the matter.`
;
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/seWeddingDouble.tw
+
135
−
84
View file @
d99f7b73
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