Browse Source

Fixed typod name

tags/v0.7.1
Fen Dweller 7 years ago
parent
commit
238f1a17da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      game.js

+ 1
- 1
game.js View File

@@ -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) {


Loading…
Cancel
Save