Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Nov 3, 2024
1 parent bce4f97 commit e0aa0ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/progressed/content/blocks/PMModules.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ Items.tungsten, new AntiMissileRailBulletType(){{
x = 3f/4f;
y = -10f/4f;

moveX = 0.9f;
moveY = -2f/4f;
moveRot = -6.5f;
moveX = 6f/4f;

mirror = true;
}});
Expand All @@ -232,7 +230,7 @@ Items.tungsten, new AntiMissileRailBulletType(){{
shootSound = Sounds.bolt;
linearWarmup = true;
minWarmup = 1f;
shootWarmupSpeed = 1.5f / 60f;
shootWarmupSpeed = 3f / 60f;
shootY = -2f/4f;

consumePower(8f);
Expand Down

0 comments on commit e0aa0ed

Please sign in to comment.