summaryrefslogtreecommitdiff
path: root/src/melee1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee1.cc')
-rw-r--r--src/melee1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/melee1.cc b/src/melee1.cc
index 7fdaca55..ecc44356 100644
--- a/src/melee1.cc
+++ b/src/melee1.cc
@@ -1867,7 +1867,7 @@ bool_ make_attack_normal(int m_idx, byte divis)
if (!o_ptr->k_idx) continue;
/* Skip artifacts */
- if (artifact_p(o_ptr) || o_ptr->art_name) continue;
+ if (artifact_p(o_ptr)) continue;
/* Get a description */
object_desc(o_name, o_ptr, FALSE, 3);