summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-07-24 22:19:04 -0700
committerBrendan Hickey <brendan@bhickey.net>2013-07-24 22:24:10 -0700
commitf826be5e99a2e906bc381158a74a5cff1837cca0 (patch)
tree66866ac73b148be9fbf88505fdf6fc56f67ad0c1 /crawl-ref/source/AppHdr.h
parent340e5967f6fd5d544b8911258b065c461f790767 (diff)
downloadcrawl-ref-f826be5e99a2e906bc381158a74a5cff1837cca0.tar.gz
crawl-ref-f826be5e99a2e906bc381158a74a5cff1837cca0.zip
Add option to allow entering wizmode on turn 0.
This option allows players to enter wizmode on turn 0, even if they normally wouldn't be able to use wizmod (e.g. dgl).
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 20e535085e..99e1ee5cc1 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -373,6 +373,10 @@ static inline double pow(int x, double y) { return std::pow((double)x, y); }
// in the score file.
// #define SCORE_WIZARD_CHARACTERS
+// Option to allow all characters to enter wizmode on turn zero, regardless
+// of WIZ_NEVER status, or dgl permissioning.
+// #define TURN_ZERO_WIZARD
+
#define SAVE_SUFFIX ".cs"
// If you are installing Crawl for multiple users, define SAVE_DIR