Skip to content

Commit

Permalink
Stronger suction
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Mar 30, 2024
1 parent 778496c commit f781a91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/progressed/content/bullets/PayloadBullets.java
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@ public static void load(){
horizonRadius = damageRadius + 2f * tilesize;
suctionRadius = 64f * tilesize;

force = 20f;
scaledForce = 3600f;
bulletForce = 0.15f;
scaledBulletForce = 1.5f;

despawnHit = true;
splashDamage = 17000f;
splashDamageRadius = 24f * tilesize;
Expand Down

0 comments on commit f781a91

Please sign in to comment.