diff --git a/src/Items.cc b/src/Items.cc index dd7a5994..2d8707f5 100644 --- a/src/Items.cc +++ b/src/Items.cc @@ -81,7 +81,7 @@ void player_use_item(shared_ptr c, size_t item_index, shared_ptrversion() != Version::GC_NTE)) { // Hit material doesn't exist on v3/v4, but we'll ignore type anyway // in this case because track_non_hp_tp_materials is false p->disp.stats.char_stats.ata += 2; @@ -91,7 +91,7 @@ void player_use_item(shared_ptr c, size_t item_index, shared_ptrversion() != Version::GC_NTE)) { p->disp.stats.char_stats.lck += 2; } else { throw runtime_error("unknown material used");