From 238f1a17dadca6d828df7b167d57cc4a5120d9c4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 10 Jun 2018 19:09:25 -0400 Subject: [PATCH] Fixed typod name --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {