diff --git a/Content/NPCs/Arachnus/Arachnus.cs b/Content/NPCs/Arachnus/Arachnus.cs index 58f5ea1..03aed52 100644 --- a/Content/NPCs/Arachnus/Arachnus.cs +++ b/Content/NPCs/Arachnus/Arachnus.cs @@ -50,7 +50,7 @@ namespace Decimation.Content.NPCs.Arachnus npc.noTileCollide = false; // When not enraged npc.HitSound = SoundID.NPCHit6; npc.DeathSound = SoundID.NPCDeath10; - music = mod.GetSoundSlot(SoundType.Music, "Sounds/Music/Drums_of_hell"); + music = mod.GetSoundSlot(SoundType.Music, "Sounds/Music/Arachnus"); bossBag = ModContent.ItemType(); npc.lavaImmune = true; diff --git a/Sounds/Music/Arachnus.mp3 b/Sounds/Music/Arachnus.mp3 new file mode 100644 index 0000000..b02cf23 Binary files /dev/null and b/Sounds/Music/Arachnus.mp3 differ