Project-Diablo-2 / BH

A modified version of slashdiablo's BH for Project Diablo 2
GNU Affero General Public License v3.0
24 stars 25 forks source link

Fix prematurely hiding loot items #61

Open xkanzeon opened 3 weeks ago

xkanzeon commented 3 weeks ago

Currently items are hidden if any rule that catches them doesn't contain a name string, even if a later rule applies a name. See report in Discord here.

This holds the flag assignment off until the item's done being evaluated through rules and then applies if necessary.