summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 09:12:43 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 09:12:43 +0000
commitbabee7c35f5e34f2984f87b9494ec7b8e9fff532 (patch)
tree8701dce0b4c4c0fdb9773837fde9fcfec54e6de8 /crawl-ref/source/monplace.cc
parentc959c13985e79932ed2eddae1197091c7f7f58c5 (diff)
downloadcrawl-ref-babee7c35f5e34f2984f87b9494ec7b8e9fff532.tar.gz
crawl-ref-babee7c35f5e34f2984f87b9494ec7b8e9fff532.zip
Restrict DrMo, unrestrict DrFE and DrIE. Disallow the creation of caps
for Gladiators - species who can't wear helmets just don't get them now. Uncomment debugging option in monster placement. However useful (and necessary) it may be at the moment, it has no place in trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6389 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index abcd2a15f5..badb1a92fb 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -218,7 +218,7 @@ static void _hell_spawn_random_monsters()
}
}
-#define DEBUG_MON_CREATION
+//#define DEBUG_MON_CREATION
void spawn_random_monsters()
{
#ifdef DEBUG_MON_CREATION