summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-30 13:03:06 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-30 13:16:00 +0100
commit5a65031b5a1d0c144ba3baa9e940676bbf3ab029 (patch)
tree6c619344e8ec32da48811d38d78c887a5272f116 /crawl-ref/source/religion.cc
parent8c8e062020b65bf41f40e13daf78d44bde060d63 (diff)
downloadcrawl-ref-5a65031b5a1d0c144ba3baa9e940676bbf3ab029.tar.gz
crawl-ref-5a65031b5a1d0c144ba3baa9e940676bbf3ab029.zip
Blessed Blades created the round before shouldn't be "ancient artifacts".
I didn't make them "new artifacts" either -- they're enchantable now.
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();