summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 5a1300406f..f5538c45ab 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -4736,11 +4736,8 @@ static int pick_unique(int lev)
(lev > 3) ? random_range(MONS_IJYB, MONS_EDMUND) :
random_range(MONS_TERENCE, MONS_SIGMUND));
- if (player_in_branch(BRANCH_VESTIBULE_OF_HELL)
- && one_chance_in(7))
- {
+ if (player_in_branch(BRANCH_VESTIBULE_OF_HELL) && one_chance_in(7))
which_unique = MONS_MURRAY;
- }
if (player_in_branch(BRANCH_HALL_OF_ZOT) && one_chance_in(3))
which_unique = MONS_TIAMAT;