Changed Bloodshot Eye's music to Boss 1 Orchestra ( https://www.youtube.com/watch?time_continue=120&v=r-9nKGc85FQ )

This commit is contained in:
FyloZ 2020-03-03 21:45:52 -05:00
parent 708f14ed4b
commit d8c0fb9ba0
2 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ namespace Decimation.NPCs.Bloodshot
this.npc.aiStyle = -1; this.npc.aiStyle = -1;
this.npc.knockBackResist = 0; this.npc.knockBackResist = 0;
this.npc.dontTakeDamage = true; this.npc.dontTakeDamage = true;
music = mod.GetSoundSlot(SoundType.Music, "Sounds/Music/Boss_1_Orchestra");
bossBag = ModContent.ItemType<TreasureBagBloodshotEye>(); bossBag = ModContent.ItemType<TreasureBagBloodshotEye>();
} }

Binary file not shown.