Skip to content

Commit 07037ad

Browse files
committed
remove disableSearch check from WitchItemOkay as this is handled upstream in the logic now
1 parent fdf84e6 commit 07037ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/items.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,8 +2041,6 @@ bool WitchItemOk(const Player &player, const ItemData &item)
20412041
return false;
20422042
if (item.iSpell == SpellID::HealOther && !gbIsMultiplayer)
20432043
return false;
2044-
if (*GetOptions().Gameplay.disableSearch && item.iSpell == SpellID::Search)
2045-
return false;
20462044

20472045
return true;
20482046
}

0 commit comments

Comments
 (0)