summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/shopping.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 964141dfaa..e7d34e1288 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -1806,6 +1806,7 @@ unsigned int item_value( item_def item, bool ident )
valued += 25;
break;
case AMU_RAGE:
+ case AMU_STASIS:
valued += 20;
break;
case AMU_INACCURACY: