From babee7c35f5e34f2984f87b9494ec7b8e9fff532 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 4 Jul 2008 09:12:43 +0000 Subject: 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 --- crawl-ref/source/monplace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monplace.cc') 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 -- cgit v1.2.3-54-g00ecf