From 9985b048025330058432d58d1ba5d2503dd7e646 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 1 Jan 2019 21:39:59 -0600 Subject: [PATCH] oralVoreEnabled -> oralVore --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }