瀏覽代碼

Remove spurious log

tags/v1.1.2
Fen Dweller 6 年之前
父節點
當前提交
c48c2c77e2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      game.js

+ 0
- 1
game.js 查看文件

@@ -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…
取消
儲存