summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-22 19:37:43 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-27 10:53:32 -0700
commite4bcf1a21e404703ebabf4b7d02777b88a5bcd5c (patch)
tree3471bd2be80e0c461c47dccaf8414a97969517e4 /crawl-ref/source/dgn-overview.cc
parent600e0b529ee429d4b770d9afe36346ccbd9767bd (diff)
downloadcrawl-ref-e4bcf1a21e404703ebabf4b7d02777b88a5bcd5c.tar.gz
crawl-ref-e4bcf1a21e404703ebabf4b7d02777b88a5bcd5c.zip
Merge wand and gadget shops (and allow them to occasionally have rods).
Get all your evokables in once place, folks!
Diffstat (limited to 'crawl-ref/source/dgn-overview.cc')
-rw-r--r--crawl-ref/source/dgn-overview.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/dgn-overview.cc b/crawl-ref/source/dgn-overview.cc
index a03858dea0..160858f4a0 100644
--- a/crawl-ref/source/dgn-overview.cc
+++ b/crawl-ref/source/dgn-overview.cc
@@ -141,12 +141,11 @@ static string shoptype_to_string(shop_type s)
case SHOP_GENERAL: return "<w>*</w>";
case SHOP_GENERAL_ANTIQUE: return "<yellow>*</yellow>";
case SHOP_JEWELLERY: return "<w>=</w>";
- case SHOP_WAND: return "<w>/</w>";
+ case SHOP_EVOKABLES: return "<w>}</w>";
case SHOP_BOOK: return "<w>:</w>";
case SHOP_FOOD: return "<w>%</w>";
case SHOP_DISTILLERY: return "<w>!</w>";
case SHOP_SCROLL: return "<w>?</w>";
- case SHOP_MISCELLANY: return "<w>}</w>";
default: return "<w>x</w>";
}
}