File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 ) {{
You can’t perform that action at this time.
0 commit comments