From a2285dbfa468cca31b2d724db38ccb102c487675 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Mon, 7 Dec 2009 18:51:48 +1000 Subject: Let uniques spawn in Orc. (dpeg) At the very least, give control of uniques spawning in Orc over to unique.des. --- crawl-ref/source/dungeon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/dungeon.cc') diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc index ab10abb259..b13f745005 100644 --- a/crawl-ref/source/dungeon.cc +++ b/crawl-ref/source/dungeon.cc @@ -3174,7 +3174,7 @@ static void _place_traps(int level_number) // If we get shaft a second time, turn it into an alarm trap, or // if we got nothing. - if (ts.type == TRAP_SHAFT || ts.type>= NUM_TRAPS) + if (ts.type == TRAP_SHAFT || ts.type >= NUM_TRAPS) ts.type = TRAP_ALARM; } } -- cgit v1.2.3-54-g00ecf