diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js index 23b8176725df44325b5676247a5e487bc3033900..e5a14c55c1dffaf782551a294595862614ad992a 100644 --- a/src/js/SlaveState.js +++ b/src/js/SlaveState.js @@ -1820,7 +1820,7 @@ App.Entity.SlaveState = class SlaveState { /** constantly loses weight unless gaining, easier to lose weight. wGain + wLoss - weight gain/loss fluctuates randomly */ wLoss: 0, /** body attempts to normalize to an androgynous state */ - androgyny: 0 + androgyny: 0, /** slave can only ever birth girls */ girlsOnly: 0 };