diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js index 283e528bb64f2a43801d16b2c9a76c0281e99d1e..167d867ed422a7288d19796d3c26d30aa0bb505e 100644 --- a/src/player/js/PlayerState.js +++ b/src/player/js/PlayerState.js @@ -1687,7 +1687,7 @@ App.Entity.PlayerState = class PlayerState { }; this.advancedGeneticModifications = { /** Pleasurable pregnancy and orgasmic birth. Wider hips, looser and wetter vagina. High pregadaptation and low birth damage. */ - uterineHypersensitivity: 0, + uterineHypersensitivity: 0 }; /** Counts various thing you have done in */ this.counter = new App.Entity.PlayerActionsCountersState();