summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-31 07:42:11 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-31 07:42:11 +0000
commitfccafaa9559184dd0b757ed8bc476f14d673ee17 (patch)
treeb49ee09ae25691f169b7c80944eff96ca3f9435c /crawl-ref/source/dungeon.cc
parent5314d702374a771b06a4cddb5fb7b8e141072c25 (diff)
downloadcrawl-ref-fccafaa9559184dd0b757ed8bc476f14d673ee17.tar.gz
crawl-ref-fccafaa9559184dd0b757ed8bc476f14d673ee17.zip
Deactivate Shoals, and all Shoal-specific monsters (merfolk, mermaid,
siren, harpy, shark) to appear elsewhere. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9856 c06c8d41-db1a-0410-9941-cceddc491573
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;