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 49d07dcd99..b1672f1c13 100644
--- a/crawl-ref/source/mon-place.cc
+++ b/crawl-ref/source/mon-place.cc
@@ -2055,7 +2055,7 @@ static band_type _choose_band(int mon_type, int power, int &band_size,
case MONS_PIKEL:
natural_leader = true;
band = BAND_PIKEL;
- band_size = 1 + random2(3);
+ band_size = 4;
break;
} // end switch