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.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index b0354671f3..6f1dbc111c 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6175,9 +6175,11 @@ static bool _bless_weapon(god_type god, brand_type brand, int colour)
origin_acquired(wpn, GOD_SHINING_ONE);
make_item_blessed_blade(wpn);
}
-
- burden_change();
}
+ else if (is_evil_god(god))
+ convert2bad(wpn);
+
+ burden_change();
you.wield_change = true;
you.num_gifts[god]++;