diff --git a/Content/Items/Misc/Souls/SoulofSpite.cs b/Content/Items/Misc/Souls/SoulofSpite.cs index 543838a..341ccc6 100644 --- a/Content/Items/Misc/Souls/SoulofSpite.cs +++ b/Content/Items/Misc/Souls/SoulofSpite.cs @@ -31,7 +31,7 @@ namespace Decimation.Content.Items.Misc.Souls { public override void NPCLoot(NPC npc) { - if (Main.LocalPlayer.ZoneUnderworldHeight && + if (NPC.downedPlantBoss && Main.LocalPlayer.ZoneUnderworldHeight && (!Main.expertMode && Main.rand.NextBool(5) || Main.expertMode && Main.rand.NextBool(9, 26))) Item.NewItem((int) npc.position.X, (int) npc.position.Y, npc.width, npc.height, ModContent.ItemType());