summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index a8ba7d74a3..9c020368d4 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3034,6 +3034,9 @@ void melee_attack::mons_perform_attack_rounds()
if (attk.type == AT_NONE)
break;
+ if (attk.type == AT_SHOOT)
+ continue;
+
damage_done = 0;
mons_set_weapon(attk);
to_hit = mons_to_hit();