ソースを参照

oralVoreEnabled -> oralVore

tags/v1.0.0
Fen Dweller 6年前
コミット
9985b04802
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      game.js

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

@@ -4634,7 +4634,7 @@ function startGame(e) {
}

if (macro.hasPouch) {
if (macro.oralVoreEnabled) {
if (macro.oralVore) {
enable_button("pouch_eat");
}
}


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