Skip to content

Commit

Permalink
Make afflict can't be overdrived
Browse files Browse the repository at this point in the history
  • Loading branch information
nanmenyangde authored Aug 14, 2023
1 parent 161be3e commit 88155bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/mindustry/content/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -4454,6 +4454,7 @@ Items.thorium, new ArtilleryBulletType(2.5f, 350, "shell"){{
heatRequirement = 10f;
maxHeatEfficiency = 2f;

canOverdrive = false;
inaccuracy = 1f;
shake = 2f;
shootY = 4;
Expand Down

0 comments on commit 88155bf

Please sign in to comment.