This commit is contained in:
aozhiwei 2019-07-12 17:24:15 +08:00
parent ad7e91d123
commit c9642e72ab
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ void AndroidAI::DoMove()
break; break;
} }
hum->room->grid_service.MoveHuman(hum); hum->room->grid_service.MoveHuman(hum);
hum->CheckGrass();
} }
} }
} }

View File

@ -1870,6 +1870,7 @@ void Human::ProcSkillPhase(MetaData::SkillPhase* phase)
case Skill_Jump: case Skill_Jump:
{ {
pos = skill_target_pos; pos = skill_target_pos;
CheckGrass();
} }
break; break;
case Skill_Shot: case Skill_Shot: