summaryrefslogtreecommitdiff
path: root/src/melee2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-08-21 21:06:13 +0200
committerBardur Arantsson <bardur@scientician.net>2015-09-14 05:58:27 +0200
commitbaa22bb096d08b6304b0dada144fec128ac69974 (patch)
treea5a9ed30a022ff4fb35982c3c959ac210749fc9a /src/melee2.cc
parenta1d1d2b84a65e6ec518f864b40eb58e413b5497b (diff)
Remove unused IM_MELEE flag
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;