Skip to content

Commit a9730be

Browse files
committed
Serpulo/Erekir updates
1 parent 6cf81dc commit a9730be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/exogenesis/content/ExoVanillaUnitTypes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6485,6 +6485,7 @@ public void draw(Bullet b){
64856485
speed = 3.35f;
64866486
accel = 0.011f;
64876487
drag = 0.01f;
6488+
64886489
autoDropBombs = true;
64896490
targetAir = false;
64906491
flying = true;
@@ -6530,7 +6531,7 @@ public void draw(Bullet b){
65306531
speed = 0f;
65316532
collides = false;
65326533
scaledSplashDamage = true;
6533-
splashDamage = 3420f;
6534+
splashDamage = 2420f;
65346535
splashDamageRadius = 120f;
65356536
fragLifeMin = 0.1f;
65366537
fragBullets = 18;

0 commit comments

Comments
 (0)