diff --git a/src/game/item.cc b/src/game/item.cc index f7bfd4d..e4def91 100644 --- a/src/game/item.cc +++ b/src/game/item.cc @@ -1398,9 +1398,7 @@ int item_w_mp_cost(Object* critter, int hit_mode, bool aiming) if (critter == obj_dude) { if (trait_level(TRAIT_FAST_SHOT)) { - if (item_w_range(critter, hit_mode) > 2) { - action_points -= 1; - } + action_points -= 1; } } }