summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-place.cc')
-rw-r--r--crawl-ref/source/mon-place.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-place.cc b/crawl-ref/source/mon-place.cc
index 0e56e36c8f..cf5f0cfe5d 100644
--- a/crawl-ref/source/mon-place.cc
+++ b/crawl-ref/source/mon-place.cc
@@ -1849,7 +1849,7 @@ static band_type _choose_band(int mon_type, int power, int &band_size,
case MONS_CENTAUR_WARRIOR:
natural_leader = true;
case MONS_CENTAUR:
- if (power > 9 && one_chance_in(3))
+ if (power > 9 && one_chance_in(3) && you.where_are_you != BRANCH_SHOALS)
{
band = BAND_CENTAURS;
band_size = 2 + random2(4);