Fen Dweller 7 лет назад
Родитель
Сommit
238f1a17da
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      game.js

+ 1
- 1
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) {


Загрузка…
Отмена
Сохранить