summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.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/shopping.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/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 5ad10581b9..f058c4e03b 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -997,6 +997,7 @@ unsigned int item_value( item_def item, bool ident )
case WPN_BLESSED_GREAT_SWORD:
case WPN_BLESSED_TRIPLE_SWORD:
case WPN_LAJATANG:
+ case WPN_HOLY_SCOURGE:
valued += 200;
break;
}