Skip to content

Commit b984cbe

Browse files
committed
Serpulo/Erekir updates
1 parent 7385567 commit b984cbe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/exogenesis/content/ExoBlocks.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ Items.lead, new ExoShrapnelBulletType(){{
288288
moveWhileCharging = false;
289289
accurateDelay = false;
290290
shootSound = Sounds.shootLancer;
291+
chargeSound = Sounds.chargeLancer;
291292
coolant = consumeCoolant(0.2f);
292293

293294
consumePower(6f);
@@ -418,6 +419,7 @@ Items.lead, new ExoShrapnelBulletType(){{
418419
targetAir = false;
419420
moveWhileCharging = false;
420421
accurateDelay = false;
422+
chargeSound = Sounds.chargeLancer;
421423
shootSound = ExoSounds.heavyEnergyCannon;
422424
coolant = consumeCoolant(0.5f);
423425
consumePower(24.0f);

src/exogenesis/content/ExoVanillaUnitTypes.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3952,7 +3952,7 @@ public void draw(Bullet b){
39523952
color = ExoPal.erekirYellow;
39533953
}});
39543954
weapons.add(new Weapon("exogenesis-hyperion-weapon") {{
3955-
shootSound = ExoSounds.cannonFire;
3955+
shootSound = Sounds.shootReign;
39563956
top = rotate = true;
39573957
mirror = false;
39583958
x = 0;
@@ -5617,7 +5617,7 @@ public void draw(Bullet b){
56175617
inaccuracy = 9;
56185618
velocityRnd = 0.2f;
56195619
ejectEffect = Fx.casing4;
5620-
shootSound = Sounds.shootReign;
5620+
shootSound = Sounds.shootSalvo;
56215621
bullet = new BasicBulletType(25f, 80f) {{
56225622
lifetime = 17f;
56235623
hitEffect = despawnEffect = Fx.blastExplosion;
@@ -6017,6 +6017,7 @@ public void draw(Bullet b){
60176017
x = 0;
60186018
y = -17;
60196019
shootSound = Sounds.shootSublimate;
6020+
loopSoundVolume = 0.7f;
60206021
shootY = 21;
60216022
recoil = 2;
60226023
rotateSpeed = 2;
@@ -6259,7 +6260,7 @@ public void draw(Bullet b){
62596260
shots = 2;
62606261
shotDelay = 2f;
62616262
}});
6262-
shootSound = Sounds.shootScepter;
6263+
shootSound = Sounds.shootReign;
62636264
recoil = 4;
62646265
shake = 1f;
62656266
bullet = new BasicBulletType(9f, 90) {{

0 commit comments

Comments
 (0)