Преглед изворни кода

Fixed typod name

tags/v0.7.1
Fen Dweller пре 7 година
родитељ
комит
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) {


Loading…
Откажи
Сачувај