summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 05f316dfd3..dc621460d6 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -1106,12 +1106,15 @@ unsigned int item_value( item_def item, id_arr id, bool ident )
break;
case WAND_INVISIBILITY:
- case WAND_DISINTEGRATION:
case WAND_DRAINING:
case WAND_LIGHTNING:
valued += 175;
break;
+ case WAND_DISINTEGRATION:
+ valued += 120;
+ break;
+
case WAND_DIGGING:
valued += 100;
break;
@@ -1124,6 +1127,9 @@ unsigned int item_value( item_def item, id_arr id, bool ident )
case WAND_ENSLAVEMENT:
case WAND_POLYMORPH_OTHER:
+ valued += 63;
+ break;
+
case WAND_SLOWING:
valued += 50;
break;