Skip to content

Commit

Permalink
Reduce the minimum radius to fix the game being confused when engagin…
Browse files Browse the repository at this point in the history
…g targets
  • Loading branch information
Garanas committed Apr 20, 2024
1 parent 7ec5097 commit e4e5568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/UEL0001/UEL0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ UnitBlueprint {
ManualFire = true,
MaxProjectileStorage = 1,
MaxRadius = 256,
MinRadius = 26,
MinRadius = 15,
MuzzleChargeDelay = 0,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
Expand Down

0 comments on commit e4e5568

Please sign in to comment.