Skip to content

Commit

Permalink
Adjust Seraphim ACU ranges
Browse files Browse the repository at this point in the history
Makes it equal to the other ACUs.

Closes #797
  • Loading branch information
Sheeo committed Jul 20, 2015
1 parent a5b0746 commit 64dbdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions units/XSL0001/XSL0001_unit.bp
Expand Up @@ -895,7 +895,7 @@ UnitBlueprint {
FiringTolerance = 2,
Label = 'ChronotronCannon',
MaxRadius = 22,
MinRadius = 2,
MinRadius = 1,
MuzzleChargeDelay = 0.4,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
Expand Down Expand Up @@ -971,7 +971,7 @@ UnitBlueprint {
Label = 'OverCharge',
ManualFire = true,
MaxRadius = 22,
MinRadius = 2,
MinRadius = 0,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 25,
Expand Down

0 comments on commit 64dbdb4

Please sign in to comment.