Ver código fonte

Fixed stomps ignoring footwear when molten

tags/v0.7.0^2
Fen Dweller 8 anos atrás
pai
commit
339f0192f4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver arquivo

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

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


Carregando…
Cancelar
Salvar