summaryrefslogtreecommitdiff
path: root/src/melee2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee2.cc')
-rw-r--r--src/melee2.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index 8e5f09cd..e62b72bb 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -5423,7 +5423,6 @@ static bool_ monst_attack_monst(int m_idx, int t_idx)
/* Not allowed to attack */
if (r_ptr->flags1 & RF1_NEVER_BLOW) return FALSE;
- if (tr_ptr->flags7 & RF7_IM_MELEE) return FALSE;
/* Total armor */
ac = t_ptr->ac;