—
Add a Family instance variable boolean called CanBounce, set it to false by default and after you add the new projectile set it true for just that one.
In the on collision with platform event, add a sub-event and check Projectiles.CanBounce boolean is true and do the Bullet: Bounce off object action, then add an Else following that where you destroy the other Projectiles as normal