Explorar el Código

Fixed stomps ignoring footwear when molten

tags/v0.7.0^2
Fen Dweller hace 7 años
padre
commit
339f0192f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

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

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


Cargando…
Cancelar
Guardar