summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-29 19:01:51 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-29 19:01:51 +0000
commit8ac8ce587c656f5af0bc8d2db9e58192958a3587 (patch)
treea26779cbb1c40b36559b3c6d86c624dc2937e34e
parent4f3b7b313168a4519e4cdf65aa006b87c19287a3 (diff)
downloadcrawl-ref-8ac8ce587c656f5af0bc8d2db9e58192958a3587.tar.gz
crawl-ref-8ac8ce587c656f5af0bc8d2db9e58192958a3587.zip
Readjusted the prices of resistible wands (Erik).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1125 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/shopping.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 9cd5d65d60..31c52d943d 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -1177,29 +1177,29 @@ unsigned int item_value( item_def item, id_arr id, bool ident )
break;
case WAND_DISINTEGRATION:
- valued += 120;
+ valued += 160;
break;
case WAND_DIGGING:
+ case WAND_PARALYSIS:
valued += 100;
break;
case WAND_FLAME:
case WAND_FROST:
- case WAND_PARALYSIS:
valued += 75;
break;
case WAND_ENSLAVEMENT:
case WAND_POLYMORPH_OTHER:
- valued += 63;
+ valued += 90;
break;
-
+
+ case WAND_CONFUSION:
case WAND_SLOWING:
- valued += 50;
+ valued += 70;
break;
- case WAND_CONFUSION:
case WAND_MAGIC_DARTS:
case WAND_RANDOM_EFFECTS:
default: