This commit is contained in:
aozhiwei 2023-03-30 15:14:46 +08:00
parent 0fa21c90bf
commit eaba681eab

View File

@ -252,6 +252,7 @@ void Bullet::ProcBomb()
bomb_pos, bomb_pos,
gun_meta->explosion_effect()); gun_meta->explosion_effect());
OnHit(objects); OnHit(objects);
AddGunBuff();
} }
break; break;
case IS_FRAG: case IS_FRAG: