summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
authorreaver <address.auto@gmail.com>2014-03-10 21:25:26 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-03-10 23:52:54 -0400
commit29e27d4c4692d43a1312f70c09a068cbe15eeee5 (patch)
tree595e28f00011cf3170c00e85c902127a9d067e05 /crawl-ref/source/shopping.cc
parent4b56c9bb8ad6e11303be8ec33d6050c7090157a9 (diff)
downloadcrawl-ref-29e27d4c4692d43a1312f70c09a068cbe15eeee5.tar.gz
crawl-ref-29e27d4c4692d43a1312f70c09a068cbe15eeee5.zip
Potion of speed => Potion of haste
Changes everything, including vaults, the enum (now POT_HASTE) and the .txt files in /dat/descript (things like hints.txt and foreign language description files).
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 09293d0f49..2713181853 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -1659,7 +1659,7 @@ unsigned int item_value(item_def item, bool ident)
break;
case POT_RESISTANCE:
- case POT_SPEED:
+ case POT_HASTE:
valued += 70;
break;