diff --git a/game.js b/game.js index 3ba5a14..fcf331f 100644 --- a/game.js +++ b/game.js @@ -4634,7 +4634,7 @@ function startGame(e) { } if (macro.hasPouch) { - if (macro.oralVoreEnabled) { + if (macro.oralVore) { enable_button("pouch_eat"); } }