Skip to content

Commit

Permalink
Update EmpoweredNationItem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Jan 20, 2025
1 parent c6472d9 commit 255b6fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Nation/Various/EmpoweredNationItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,13 @@ public void GetEmpoweredItem(EmpoweredItems Item)
continue;
}

// if the item is not the selected item, continue to the next item
if (item != selectedItem)
continue;

if (Core.CheckInventory(itemName, toInv: false))
return;

switch (Bot.Config?.Get<EmpoweredItems>("EmpoweredWep"))
{
//Empowered Bloodletter 8696
Expand Down

0 comments on commit 255b6fb

Please sign in to comment.