Skip to content

Commit

Permalink
Effects Polishing 54
Browse files Browse the repository at this point in the history
  • Loading branch information
Eschatologue committed Oct 24, 2021
1 parent 573c8df commit d9ff614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UAW/content/UAWBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Items.surgeAlloy, new CanisterBulletType(2f, 30, 3, mineEMP) {{
recoilAmount = 6f;
shootShake = 48f;
range = 65 * tilesize;
minRange = range / 2.5f;
minRange = range / 4f;
acceptCoolant = false;

shootSound = UAWSfx.artilleryShootHuge;
Expand Down

0 comments on commit d9ff614

Please sign in to comment.