summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 22:36:56 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 22:36:56 -0600
commit8ae09e1699c95d66263264540e13d09fcac63f59 (patch)
treed1e184cffa90f8f7fe49f892ff609ee7f5aef8b6 /crawl-ref/source/shopping.cc
parentcbf5fe7b39f4ae734ba7b596b8a1c17264f797ea (diff)
downloadcrawl-ref-8ae09e1699c95d66263264540e13d09fcac63f59.tar.gz
crawl-ref-8ae09e1699c95d66263264540e13d09fcac63f59.zip
Clean up a few references to holy scourges.
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index f058c4e03b..21b6e50c53 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -996,8 +996,8 @@ unsigned int item_value( item_def item, bool ident )
case WPN_BLESSED_DOUBLE_SWORD:
case WPN_BLESSED_GREAT_SWORD:
case WPN_BLESSED_TRIPLE_SWORD:
- case WPN_LAJATANG:
case WPN_HOLY_SCOURGE:
+ case WPN_LAJATANG:
valued += 200;
break;
}