diff --git a/game.js b/game.js index 98f31db..09c6898 100644 --- a/game.js +++ b/game.js @@ -1913,7 +1913,7 @@ function chew() function stomp() { - if (macro.gooMolten) { + if (macro.gooMolten && !macro.footShoeWorn && !macro.footSockWorn) { stomp_goo(); return; }