ソースを参照

Fixed typod name

tags/v0.7.1
Fen Dweller 7年前
コミット
238f1a17da
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      game.js

+ 1
- 1
game.js ファイルの表示

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


読み込み中…
キャンセル
保存