Skip to content
Snippets Groups Projects
Commit 3524d650 authored by pregmodfan's avatar pregmodfan
Browse files

fix for game .html do not loading in browser (scipt processing error)

parent 916eac31
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
......
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