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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 31c52d943d..a5f46d5077 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -523,9 +523,9 @@ int randart_value( const item_def &item )
if (prop[ RAP_ELECTRICITY ])
ret += 30;
- // magic resistance is from 20-120
+ // magic resistance is from 35-100
if (prop[ RAP_MAGIC ])
- ret += 5 + prop[ RAP_MAGIC ] / 10;
+ ret += 5 + prop[ RAP_MAGIC ] / 15;
if (prop[ RAP_EYESIGHT ])
ret += 10;