소스 검색

Fixed stomps ignoring footwear when molten

tags/v0.7.0^2
Fen Dweller 7 년 전
부모
커밋
339f0192f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      game.js

+ 1
- 1
game.js 파일 보기

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

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


불러오는 중...
취소
저장