From 4c967be2141ad2b6a86395a48b7f02dfc94dff9d Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 28 Nov 2009 11:55:18 +0100 Subject: Place uniques with noclobber=false. This should help with broken levels created by Yiuf's cottage. It may mean that we won't be seeing much of Yiuf anymore. --- 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 a5c0238d93..2b9e5cfd14 100644 --- a/crawl-ref/source/dungeon.cc +++ b/crawl-ref/source/dungeon.cc @@ -3595,7 +3595,7 @@ static int _place_uniques(int level_number, char level_type) break; } - if (dgn_place_map(uniq_map, true, false)) + if (dgn_place_map(uniq_map, false, false)) { num_placed++; #ifdef DEBUG_UNIQUE_PLACEMENT -- cgit v1.2.3-54-g00ecf