Sfoglia il codice sorgente

Fixed typod name

tags/v0.7.1
Fen Dweller 7 anni fa
parent
commit
238f1a17da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      game.js

+ 1
- 1
game.js Vedi 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…
Annulla
Salva