diff --git a/scripts/Contents/Bullets/VectorStar.gd b/scripts/Contents/Bullets/VectorStar.gd index 70508ad..c2bc497 100644 --- a/scripts/Contents/Bullets/VectorStar.gd +++ b/scripts/Contents/Bullets/VectorStar.gd @@ -19,3 +19,6 @@ func ai(): func split(newBullet: BulletBase, _index: int, _total: int, _lastBullet: float): if newBullet is VectorStar: newBullet.forwarded = false +func refract(newBullet: BulletBase, _entity: EntityBase, _index: int, _total: int, _lastBullet: float): + if newBullet is VectorStar: + newBullet.forwarded = false