diff --git a/src/Items.cc b/src/Items.cc index e21c1d49..4fc6132b 100644 --- a/src/Items.cc +++ b/src/Items.cc @@ -247,10 +247,6 @@ void player_use_item(shared_ptr c, size_t item_index) { } catch (const out_of_range&) { } } - - if (!combo_applied) { - throw runtime_error("no combinations apply"); - } } if (should_delete_item) {