This commit is contained in:
aozhiwei 2020-07-15 18:46:21 +08:00
parent 3a6c0e9118
commit e99a915841

View File

@ -18,7 +18,7 @@ enum ShotType_e
};
/*
ai可切换/()
nn目ai可切换/()
ai级别
1: ()
@ -640,6 +640,9 @@ void AndroidNewAI::ChangeToStateNewAI(AndroidStateEx_e to_state)
hum->move_dir.Rotate(a8::RandAngle());
hum->move_dir.Normalize();
hum->attack_dir = hum->move_dir;
if (node_.param1 <= 1) {
moving_ = false;
}
}
break;
case ASE_Pursuit: