summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-16 16:19:28 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-16 16:20:25 +1000
commit69baeb7c9338d9f6afb0e5b7f5e286070b923f15 (patch)
tree8cb6dade4d2cfe7bac82ff701df719cab667e398 /crawl-ref/source/mon-place.cc
parent2bb04dce8533ceece3903a9b30ab8f9b7d5982c2 (diff)
downloadcrawl-ref-69baeb7c9338d9f6afb0e5b7f5e286070b923f15.tar.gz
crawl-ref-69baeb7c9338d9f6afb0e5b7f5e286070b923f15.zip
Make Pikel's band a static four humans.
This counters the issue of him giving enough EXP for four humans plus himself on death, but the possibility of as few as only one human spawning.
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