Skip to content

Commit b3ab99d

Browse files
committed
Serpulo/Erekir updates
1 parent 6c841b2 commit b3ab99d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/exogenesis/content/ExoVanillaUnitTypes.java

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5239,8 +5239,6 @@ public void draw(Bullet b){
52395239
Lines.ellipse(Tmp.v1.x + e.x, Tmp.v1.y + e.y, 3.8f * e.fin() + 0.1f, 10, 18, e.rotation);
52405240
Lines.stroke(6f * e.fout());
52415241
});
5242-
trailRotation = true;
5243-
trailInterval = 2f;
52445242
hitEffect = new MultiEffect(ExoHitFx.smallerExplosionFragExo, ExoHitFx.smallerLightSmallExo);
52455243
pierceCap = 7;
52465244
pierceBuilding = true;
@@ -7262,12 +7260,11 @@ public void draw(Bullet b){
72627260
-4.5f, 6.25f, 0f,
72637261
-9f, 6.25f, 0f,
72647262
};
7265-
}}/*,
7263+
}},
72667264
new ShootPattern(){{
72677265
shots = 2;
7268-
shotDelay = 6;
7266+
shotDelay = 2;
72697267
}}
7270-
*/
72717268
);
72727269
shootSound = Sounds.shootMissilePlasma;
72737270
recoil = 1;
@@ -7435,12 +7432,12 @@ public void draw(Bullet b){
74357432
-4.5f, 6.25f, 0f,
74367433
-9f, 6.25f, 0f,
74377434
};
7438-
}}/*,
7435+
}},
74397436
new ShootPattern(){{
74407437
shots = 2;
7441-
shotDelay = 6;
7438+
shotDelay = 2;
74427439
}}
7443-
*/
7440+
74447441
);
74457442
shootSound = Sounds.shootMissilePlasma;
74467443
recoil = 1;

0 commit comments

Comments
 (0)