summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-04-20 13:44:41 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-04-20 14:39:53 +0200
commit9f7ed774a40c00c7c7e70ed3c5ddcca6094cd6aa (patch)
treed1d442e4a67f0b91207e6d3b78a647cd967ee247 /crawl-ref/source/defines.h
parent24cefa76c8ec0d3ecd4b769de1b17b4ff61b671f (diff)
downloadcrawl-ref-9f7ed774a40c00c7c7e70ed3c5ddcca6094cd6aa.tar.gz
crawl-ref-9f7ed774a40c00c7c7e70ed3c5ddcca6094cd6aa.zip
Halve the number of item mimics.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 0a96545804..38edf3b6fd 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -224,7 +224,7 @@ const int BRANCH_DUNGEON_DEPTH = 27;
#define ITEM_MIMIC_CHANCE 1
#else
#define FEATURE_MIMIC_CHANCE 100
- #define ITEM_MIMIC_CHANCE 500
+ #define ITEM_MIMIC_CHANCE 1000
#endif
const int ANTITRAIN_PENALTY = 2;