Browse Source

Make ears usable

pull/7738/head
staphen 1 year ago committed by Anders Jenbo
parent
commit
8d44de25fa
  1. 2
      Source/items/validation.cpp

2
Source/items/validation.cpp

@ -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)

Loading…
Cancel
Save