Skip to content

Commit 376bfaa

Browse files
committed
Serpulo/Erekir updates
1 parent f190865 commit 376bfaa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/exogenesis/content/ExoBlocks.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ Items.lead, new ExoShrapnelBulletType(){{
510510
warden = new PowerTurret("warden"){{
511511
requirements(Category.turret, with(Items.lead, 900, Items.silicon, 300, Items.surgeAlloy, 250, Items.plastanium, 175, Items.thorium, 250));
512512
range = 220f;
513-
shoot.firstShotDelay = 40f;
514513
recoil = 3f;
515514
reload = 130f;
516515
shake = 2f;
@@ -528,6 +527,7 @@ Items.lead, new ExoShrapnelBulletType(){{
528527
coolant = consumeCoolant(1f);
529528
shoot = new ShootPattern(){{
530529
shots = 3;
530+
firstShotDelay = 40f;
531531
shotDelay = 5;
532532
}};
533533

@@ -868,6 +868,7 @@ ExoItems.quantumCrytsal, new ExoShrapnelBulletType(){{
868868
envEnabled |= Env.space;
869869
moveWhileCharging = false;
870870
accurateDelay = false;
871+
shoot.firstShotDelay = 60f;
871872

872873
drawer = new DrawTurret(){{
873874
parts.addAll(
@@ -880,7 +881,7 @@ ExoItems.quantumCrytsal, new ExoShrapnelBulletType(){{
880881
}},
881882
new RegionPart("-body"){{
882883
progress = PartProgress.smoothReload.curve(Interp.slowFast);
883-
moveY = -4.5f;
884+
moveY = -5.5f;
884885
y = 0;
885886
under = true;
886887
mirror = false;

0 commit comments

Comments
 (0)