summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-20 00:52:16 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-20 00:54:27 +0100
commit8b5fc4449a2480470ff65f42bb883eed0a034386 (patch)
treeb296060edacc14900da7956eb8e4106bd6f01584 /crawl-ref/source/makeitem.cc
parent2ad3fffbef12830121e827d20097f410ce88f907 (diff)
downloadcrawl-ref-8b5fc4449a2480470ff65f42bb883eed0a034386.tar.gz
crawl-ref-8b5fc4449a2480470ff65f42bb883eed0a034386.zip
Improve demon whips, just like regular ones were upgraded. Let people bless them.
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index f28db5377c..658bec6d19 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1509,6 +1509,7 @@ static brand_type _determine_weapon_brand(const item_def& item, int item_level)
case WPN_BLESSED_DOUBLE_SWORD:
case WPN_BLESSED_GREAT_SWORD:
case WPN_BLESSED_TRIPLE_SWORD:
+ case WPN_HOLY_SCOURGE:
rc = SPWPN_HOLY_WRATH;
break;