Skip to content

Commit

Permalink
Make ears usable
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills authored and AJenbo committed Feb 9, 2025
1 parent 348c823 commit 8d44de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/items/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ bool IsItemValid(const Player &player, const Item &item)
if (!gbIsMultiplayer)
return true;

if (item.IDidx == IDI_EAR)
return true;
if (item.IDidx != IDI_GOLD && !IsCreationFlagComboValid(item._iCreateInfo))
return false;
if ((item._iCreateInfo & CF_TOWN) != 0)
Expand Down

0 comments on commit 8d44de2

Please sign in to comment.