You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RandomEventsGame::learn iterates through itemsWithLore.get(seed) but also RandomEventsGame::resetLoreFor >RandomEventsGame::removeLoreFor which removes items from itemsWithLore
The text was updated successfully, but these errors were encountered:
I think I'd like to fix this by giving RandomEventsGame::resetLoreFor custom functionality, because lots of code from removeLoreFrom and addLoreTo are redundant when used at the same time and lead to issues like this
RandomEventsGame::learn iterates through itemsWithLore.get(seed) but also RandomEventsGame::resetLoreFor >RandomEventsGame::removeLoreFor which removes items from itemsWithLore
The text was updated successfully, but these errors were encountered: