summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 13:07:08 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-04 13:07:08 +0000
commit046629b0edf14b2ad341bb02872d7db4acbee151 (patch)
tree35e91a759394fdec8c892457d7715eacd9a80a0e /crawl-ref/source/monplace.cc
parenta8bc607994f1cfeb8f9fe554c2e89f0b551290af (diff)
downloadcrawl-ref-046629b0edf14b2ad341bb02872d7db4acbee151.tar.gz
crawl-ref-046629b0edf14b2ad341bb02872d7db4acbee151.zip
Added Polyphemus, a unique Cyclops who can show up where high-end uniques
do and is especially common in the Shoals. No talk text yet. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1749 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 487f2e246c..a82b3303ab 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -866,6 +866,11 @@ static band_type choose_band( int mon_type, int power, int &band_size )
band_size = 2 + random2(3);
}
break;
+ case MONS_POLYPHEMUS:
+ band = BAND_DEATH_YAKS;
+ band_size = 3 + random2(3);
+ break;
+
// Journey -- Added Draconian Packs
case MONS_WHITE_DRACONIAN:
case MONS_RED_DRACONIAN: