diff --git a/changelog/snippets/other.6465.md b/changelog/snippets/other.6465.md new file mode 100644 index 0000000000..ea66a04a00 --- /dev/null +++ b/changelog/snippets/other.6465.md @@ -0,0 +1 @@ +- (#6465) Increase the `StrategicIconSize` of the projectile of the Seraphim Sniper Bot's secondary firing mode. diff --git a/projectiles/SDFSniperShot02/SDFSniperShot02_proj.bp b/projectiles/SDFSniperShot02/SDFSniperShot02_proj.bp index 3c7ba87a77..0198ded45f 100644 --- a/projectiles/SDFSniperShot02/SDFSniperShot02_proj.bp +++ b/projectiles/SDFSniperShot02/SDFSniperShot02_proj.bp @@ -12,7 +12,7 @@ ProjectileBlueprint{ Display = { CameraFollowsProjectile = true, ImpactEffects = { Type = "Medium01" }, - StrategicIconSize = 1, + StrategicIconSize = 4, }, General = { Category = "Direct Fire",