Skip to content

Commit 821b342

Browse files
committed
update
1 parent 916f592 commit 821b342

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Content/Projectiles/Weapons/Melee/HeldProjs/DragonRageHeld.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public override void SwingAI() {
228228
canFormOwnerSetDir = false;
229229
canSetOwnerArmBver = false;
230230
Projectile.usesLocalNPCImmunity = true;
231-
Projectile.localNPCHitCooldown = 15;
231+
Projectile.localNPCHitCooldown = 10;
232232
if (Time == 0) {
233233
distanceToOwner = 155;
234234
drawTrailTopWidth = 60;
@@ -259,7 +259,7 @@ public override void SwingAI() {
259259
Time = 30 * UpdateRate;
260260
}
261261
if (Projectile.soundDelay <= 0) {
262-
SoundEngine.PlaySound("CalamityMod/Sounds/Custom/SCalSounds/CatastropheResonanceSlash1".GetSound() with { MaxInstances = 6, Volume = 0.45f }, Owner.Center);
262+
SoundEngine.PlaySound("CalamityMod/Sounds/Custom/SCalSounds/CatastropheResonanceSlash".GetSound() with { MaxInstances = 6, Volume = 0.45f }, Owner.Center);
263263
Projectile.soundDelay = 30 * UpdateRate;
264264
}
265265
}

Content/RemakeItems/Melee/RDragonRage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace CalamityOverhaul.Content.RemakeItems.Melee
99
{
1010
internal class RDragonRage : CWRItemOverride
1111
{
12-
public static readonly SoundStyle SwingSound = "CalamityMod/Sounds/Custom/SCalSounds/CatastropheResonanceSlash1".GetSound();
12+
public static readonly SoundStyle SwingSound = "CalamityMod/Sounds/Custom/SCalSounds/CatastropheResonanceSlash".GetSound();
1313
private int Level;
1414
private int LevelAlt;
1515
internal static bool CoolWorld => Main.zenithWorld || Main.getGoodWorld || Main.drunkWorld || Main.worldName == "HoCha113";

0 commit comments

Comments
 (0)