浏览代码

Fixed stomps ignoring footwear when molten

tags/v0.7.0^2
Fen Dweller 8 年前
父节点
当前提交
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;
}


正在加载...
取消
保存