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
62810253
Commit
62810253
authored
4 years ago
by
Pregmodder
Browse files
Options
Downloads
Plain Diff
Merge branch 'cleanup-player-actions-doc' into 'pregmod-master'
fix mislabled player coutners See merge request
!8406
parents
da2cb4a9
6ba42147
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!8406
fix mislabled player coutners
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/player/js/PlayerState.js
+5
-5
5 additions, 5 deletions
src/player/js/PlayerState.js
with
5 additions
and
5 deletions
src/player/js/PlayerState.js
+
5
−
5
View file @
62810253
...
@@ -92,19 +92,19 @@ App.Entity.PlayerActionsCountersState = class {
...
@@ -92,19 +92,19 @@ App.Entity.PlayerActionsCountersState = class {
this
.
birthDegenerate
=
0
;
this
.
birthDegenerate
=
0
;
/** how many whoring babies you've had */
/** how many whoring babies you've had */
this
.
birthClient
=
0
;
this
.
birthClient
=
0
;
/**
untracked birth
s */
/**
how many children you've carried for other arc owner
s */
this
.
birthArcOwner
=
0
;
this
.
birthArcOwner
=
0
;
/** how many children you've had by sex with citizens (not whoring) */
/** how many children you've had by sex with citizens (not whoring) */
this
.
birthCitizen
=
0
;
this
.
birthCitizen
=
0
;
/** how many
times you've giving birth to your own selfcest babie
s */
/** how many
children you've had with the Sister
s */
this
.
birthFutaSis
=
0
;
this
.
birthFutaSis
=
0
;
/** how many
units of your cum are stored away for artificially inseminating slav
es */
/** how many
times you've giving birth to your own selfcest babi
es */
this
.
birthSelf
=
0
;
this
.
birthSelf
=
0
;
/** how many designer babies you've produced */
/** how many designer babies you've produced */
this
.
birthLab
=
0
;
this
.
birthLab
=
0
;
/**
how many children you've had with the Sister
s */
/**
untracked birth
s */
this
.
birthOther
=
0
;
this
.
birthOther
=
0
;
/** how many
children you've carried for other arc owner
s */
/** how many
units of your cum are stored away for artificially inseminating slave
s */
this
.
storedCum
=
0
;
this
.
storedCum
=
0
;
/** shared variables */
/** shared variables */
/** amount of milk given */
/** amount of milk given */
...
...
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