diff --git a/game.js b/game.js index 5c13ae3..2f01e10 100644 --- a/game.js +++ b/game.js @@ -1054,7 +1054,7 @@ let macro = if (self.cumStorage.amount > self.cumStorage.limit) self.arouse(1 * (self.cumStorage.amount / self.cumStorage.limit - 1)); setTimeout(function () { self.fillCum(self); }, 100); - `update`(); + update(); }, "fillFemcum": function(self) {