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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 6105775886..b33a6cccaf 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3464,14 +3464,14 @@ static void _place_aquatic_monsters(int level_number, char level_type)
swimming_things[i] = MONS_SIREN;
}
}
-
+/*
// Don't place sharks in the Swamp.
if (!player_in_branch(BRANCH_SWAMP)
&& level_number >= 9 && one_chance_in(4))
{
swimming_things[3] = MONS_SHARK;
}
-
+*/
if (level_number >= 25 && one_chance_in(5))
swimming_things[0] = MONS_WATER_ELEMENTAL;