summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
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 cfcf1eb48e..2b78310e15 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6183,7 +6183,7 @@ static bool _bless_weapon(god_type god, brand_type brand, int colour)
if (is_blessed_blade_convertible(wpn))
{
origin_acquired(wpn, GOD_SHINING_ONE);
- make_item_blessed_blade(wpn);
+ wpn.flags |= ISFLAG_BLESSED_BLADE;
}
burden_change();