summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-25 16:35:56 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-25 16:35:56 +0200
commite8da5e6c01950dd649f90030a2c77654480e4369 (patch)
treeb8749886499f49f092be6362fe1e42bbabd53bfd /crawl-ref/source/defines.h
parentb15ddc7bf0397d5034f0514c2d76e717da0819ba (diff)
parentfb959798448db7e13e6485f7fece472404f21f0e (diff)
downloadcrawl-ref-e8da5e6c01950dd649f90030a2c77654480e4369.tar.gz
crawl-ref-e8da5e6c01950dd649f90030a2c77654480e4369.zip
Merge branch 'master' into portal_branches
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 66a2b05716..c342bec789 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -219,13 +219,9 @@ const int BRANCH_DUNGEON_DEPTH = 27;
// too many breaks interlevel connectivity, so we don't use a chance of 1.
#define FEATURE_MIMIC_CHANCE 2
#define ITEM_MIMIC_CHANCE 1
- #define FEATURE_MIMIC_DEPTH 1
- #define ITEM_MIMIC_DEPTH 1
#else
#define FEATURE_MIMIC_CHANCE 100
- #define ITEM_MIMIC_CHANCE 500
- #define FEATURE_MIMIC_DEPTH 10
- #define ITEM_MIMIC_DEPTH 7
+ #define ITEM_MIMIC_CHANCE 1000
#endif
const int ANTITRAIN_PENALTY = 2;