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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 7f5e45feb7..5ccd23b886 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4965,7 +4965,7 @@ void melee_attack::mons_perform_attack_rounds()
if (!defender->alive() || defender->pos() != pos)
{
if (attacker == defender
- || !attacker_as_monster()->has_hydra_multi_attack())
+ || !attacker_as_monster()->has_multitargeting())
{
break;
}