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

Merge branch 'pregmod-dev' into 'pregmod-master'

Add variable for player reliance on slave food

See merge request !10456
parents 2137d17b 163bac31
No related branches found
No related tags found
1 merge request!10456Add variable for player reliance on slave food
Pipeline #44570 passed
...@@ -1293,6 +1293,11 @@ App.Entity.PlayerState = class PlayerState { ...@@ -1293,6 +1293,11 @@ App.Entity.PlayerState = class PlayerState {
* @type {FC.Diet} * @type {FC.Diet}
*/ */
this.diet = "healthy"; this.diet = "healthy";
/**
* * "normal"
* * "atrophied"
*/
this.digestiveSystem = "normal";
/** /**
* * -2: heavy male hormones * * -2: heavy male hormones
* * -1: male hormones * * -1: male hormones
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment