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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 6eb164d800..c5f2e33456 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -4070,7 +4070,10 @@ static bool _bless_weapon( god_type god, int brand, int colour )
normal2good(you.inv[wpn]);
if (is_blessed(you.inv[wpn]))
+ {
+ origin_acquired(you.inv[wpn], GOD_SHINING_ONE);
make_item_randart(you.inv[wpn]);
+ }
}
you.wield_change = true;