diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js index 62706720becfef45f7876862a02ae952a430c937..31dbb0aacf9ba65261884d1a051cbcd55a2f4e44 100644 --- a/src/endWeek/saServeThePublic.js +++ b/src/endWeek/saServeThePublic.js @@ -35,6 +35,7 @@ window.saServeThePublic = (function saServeThePublic() { girl === "girl" ? loli = "loli" : loli = "shota"; gatherStatistics(slave); + beauty = Beauty(slave); // This needs to be set before applyFSDecoration() if (slave.assignment === "serve in the club") { // By being at the end, every slave after the first will get a bonus. By moving it up, the first can enjoy it too. updateNonSlaveVariables() checks Edo Rivalist, so here we are. applyFSDecoration(); @@ -104,7 +105,6 @@ window.saServeThePublic = (function saServeThePublic() { } // Beauty setting - beauty = Beauty(slave); if (V.ACitizens > (V.ASlaves * 4)) { beauty = Math.trunc(beauty * 1.1); } else if (V.ACitizens > (V.ASlaves * 2)) {