Browse Source

Remove spurious log

tags/v1.1.2
Fen Dweller 5 years ago
parent
commit
c48c2c77e2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      game.js

+ 0
- 1
game.js View File

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


Loading…
Cancel
Save