Procházet zdrojové kódy

Remove spurious log

tags/v1.1.2
Fen Dweller před 6 roky
rodič
revize
c48c2c77e2
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      game.js

+ 0
- 1
game.js Zobrazit soubor

@@ -1346,7 +1346,6 @@ let macro = //macro controls every customizable part of the players body

"fillFemcum": function(self) {
self.femcumStorage.amount += self.femcumStorage.limit * self.baseFemcumProduction * fillPeriod / 1000;
console.log(self.femcumStorage.limit * self.baseFemcumProduction * fillPeriod / 1000);
if (self.femcumStorage.amount > self.femcumStorage.limit)
self.arouse(1 * (self.femcumStorage.amount / self.femcumStorage.limit - 1));
setTimeout(function () { self.fillFemcum(self); }, fillPeriod);


Načítá se…
Zrušit
Uložit