Przeglądaj źródła

Fixed typod name

tags/v0.7.1
Fen Dweller 7 lat temu
rodzic
commit
238f1a17da
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      game.js

+ 1
- 1
game.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz