This commit is contained in:
aozhiwei 2019-08-01 16:48:46 +08:00
parent 7aac2662bd
commit a63f613988

View File

@ -198,9 +198,7 @@ void AndroidAI::DoAttack()
) {
if (HumMaster()->CanUseSkill() &&
HumMaster()->pos.Distance(enemy->pos) < HumMaster()->tank_meta_->i->atk_range()) {
#if 0
UseSkill(enemy);
#endif
} else {
Shot(enemy);
}