From 3524d650f53b5a64945be5611c3c05ce413246c8 Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Fri, 29 Mar 2019 14:41:35 +0200 Subject: [PATCH] fix for game .html do not loading in browser (scipt processing error) --- src/js/SlaveState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js index 23b8176725d..e5a14c55c1d 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 }; -- GitLab