Browse Source

Fixed stomps ignoring footwear when molten

tags/v0.7.0^2
Fen Dweller 7 years ago
parent
commit
339f0192f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      game.js

+ 1
- 1
game.js View File

@@ -1913,7 +1913,7 @@ function chew()

function stomp()
{
if (macro.gooMolten) {
if (macro.gooMolten && !macro.footShoeWorn && !macro.footSockWorn) {
stomp_goo();
return;
}


Loading…
Cancel
Save