Przeglądaj źródła

Fixed stomps ignoring footwear when molten

tags/v0.7.0^2
Fen Dweller 7 lat temu
rodzic
commit
339f0192f4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      game.js

+ 1
- 1
game.js Wyświetl plik

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

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


Ładowanie…
Anuluj
Zapisz