Explorar el Código

Remove spurious log

tags/v1.1.2
Fen Dweller hace 6 años
padre
commit
c48c2c77e2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      game.js

+ 0
- 1
game.js Ver fichero

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


Cargando…
Cancelar
Guardar