summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-15 21:47:20 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-15 23:09:58 +0100
commit9e5d6a67c252e215624cf0dd497e279a8fbb44cd (patch)
tree02743a5fa5ab85c0a2967d4fecc799a5cccb572f /crawl-ref/source/religion.cc
parentebcb40d1551dc66f395d4f27e1e50b3d1962d0d3 (diff)
downloadcrawl-ref-9e5d6a67c252e215624cf0dd497e279a8fbb44cd.tar.gz
crawl-ref-9e5d6a67c252e215624cf0dd497e279a8fbb44cd.zip
Fix messaging when enchanting weapons via god blessing
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 1b6190dd4b..22199d51de 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1702,7 +1702,7 @@ static bool _blessing_wpn(monster* mon)
}
// Enchant and uncurse it.
- if (!enchant_weapon(wpn))
+ if (!enchant_weapon(wpn, true))
return false;
item_set_appearance(wpn);