This commit is contained in:
aozhiwei 2023-04-17 14:19:41 +08:00
parent 9b7c7a0f9b
commit 8c3ecf7a26

View File

@ -23,10 +23,11 @@ void FragMiTask::Done()
if (force_target.Get()) {
explosion->AddForceTarget(force_target);
}
explosion->bullet_uniid = bullet_uniid;
explosion->EnemyAndObstacleAttack(sender,
center,
explosion_range,
gun_meta->explosion_effect(),
GetAtk(),
bullet_uniid);
GetAtk()
);
}