Revert "always combine_things() after identifying a held item"

This reverts commit 364712ef9e.
This commit is contained in:
2025-01-08 19:41:35 -06:00
committed by Celtic Minstrel
parent 12a6850992
commit 6f0145c285
2 changed files with 1 additions and 4 deletions

View File

@@ -77,7 +77,6 @@ bool handle_action(const sf::Event & event) {
univ.party[current_active_pc].items[i].variety != eItemType::NO_ITEM) {
flash_rect(item_string_rects[i][2]);
univ.party[current_active_pc].items[i].ident = true;
univ.party[current_active_pc].combine_things();
}
}