summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index 46850be3..a4f697bd 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -195,6 +195,9 @@ static void wiz_create_named_art()
apply_magic(q_ptr, -1, TRUE, TRUE, TRUE);
+ /* Apply any random resistances/powers */
+ random_artifact_resistance(q_ptr);
+
/* Identify it fully */
object_aware(q_ptr);
object_known(q_ptr);