Skip to content
Snippets Groups Projects
Commit 62810253 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'cleanup-player-actions-doc' into 'pregmod-master'

fix mislabled player coutners

See merge request !8406
parents da2cb4a9 6ba42147
Branches
Tags
1 merge request!8406fix mislabled player coutners
...@@ -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 births */ /** how many children you've carried for other arc owners */
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 babies */ /** how many children you've had with the Sisters */
this.birthFutaSis = 0; this.birthFutaSis = 0;
/** how many units of your cum are stored away for artificially inseminating slaves */ /** how many times you've giving birth to your own selfcest babies */
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 Sisters */ /** untracked births */
this.birthOther = 0; this.birthOther = 0;
/** how many children you've carried for other arc owners */ /** how many units of your cum are stored away for artificially inseminating slaves */
this.storedCum = 0; this.storedCum = 0;
/** shared variables */ /** shared variables */
/** amount of milk given */ /** amount of milk given */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment