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()) { if (force_target.Get()) {
explosion->AddForceTarget(force_target); explosion->AddForceTarget(force_target);
} }
explosion->bullet_uniid = bullet_uniid;
explosion->EnemyAndObstacleAttack(sender, explosion->EnemyAndObstacleAttack(sender,
center, center,
explosion_range, explosion_range,
gun_meta->explosion_effect(), gun_meta->explosion_effect(),
GetAtk(), GetAtk()
bullet_uniid); );
} }