@@ -155,16 +155,17 @@ protected override void DrawSelf(SpriteBatch spriteBatch)
155155 new BossInfo ( "The Queen Jellyfish" , Skeletron - 0.5f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedJelly ) ,
156156 new BossInfo ( "Granite Energy Storm" , Skeletron + 0.2f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedStorm ) ,
157157 new BossInfo ( "The Star Scouter" , Skeletron + 0.3f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedScout ) ,
158+ new BossInfo ( "The Buried Champion" , Skeletron + 0.4f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedChampion ) ,
158159 new BossInfo ( "Borean Strider" , WallOfFlesh + .05f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedStrider ) ,
159160 new BossInfo ( "Coznix, the Fallen Beholder" , WallOfFlesh + .1f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedFallenBeholder ) ,
160161 new BossInfo ( "The Lich" , SkeletronPrime + .1f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedLich ) ,
161162 new BossInfo ( "Abyssion, The Forgotten One" , Plantera + .1f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedDepthBoss ) ,
162163 new BossInfo ( "The Ragnarok" , Moonlord + .1f , ( ) => BossChecklist . instance . thoriumLoaded , ( ) => ThoriumMod . ThoriumWorld . downedRealityBreaker ) ,
163164
164165 // Bluemagic -- Working 100%
165- new BossInfo ( "Abomination" , DukeFishron + 0.2f , ( ) => BossChecklist . instance . bluemagicLoaded , ( ) => Bluemagic . BluemagicWorld . downedAbomination ) ,
166- new BossInfo ( "Spirit of Purity" , Moonlord + 0.9f , ( ) => BossChecklist . instance . bluemagicLoaded , ( ) => Bluemagic . BluemagicWorld . downedPuritySpirit ) ,
167- new BossInfo ( "Spirit of Chaos" , Moonlord + 1.9f , ( ) => BossChecklist . instance . bluemagicLoaded , ( ) => Bluemagic . BluemagicWorld . downedChaosSpirit ) ,
166+ // new BossInfo("Abomination", DukeFishron + 0.2f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedAbomination),
167+ // new BossInfo("Spirit of Purity", Moonlord + 0.9f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedPuritySpirit),
168+ // new BossInfo("Spirit of Chaos", Moonlord + 1.9f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedChaosSpirit),
168169
169170 // Calamity -- Looks like some bosses are still WIP?
170171 //new BossInfo("Desert Scourge", SlimeKing + .5f, () => BossChecklist.instance.calamityLoaded, () => CalamityMod.CalamityWorld.downedDesertScourge),
0 commit comments