This commit is contained in:
aozhiwei 2019-07-22 15:35:31 +08:00
parent e61e88653c
commit 948c3a915a

View File

@ -154,6 +154,9 @@ void AndroidAI::ChangeToState(AndroidState_e to_state)
void AndroidAI::DoMove()
{
if (HumMaster()->room->gas_data.gas_mode == kGasInactive) {
return;
}
if (HumMaster()->HasBuffEffect(kBET_Vertigo) || HumMaster()->HasBuffEffect(kBET_Dcgr)) {
return;
}