summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index d8f53ef2c7..813a887d1b 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1561,6 +1561,7 @@ static band_type _choose_band(int mon_type, int power, int &band_size)
band_size = 2 + random2(4);
break;
case MONS_UGLY_THING:
+ case MONS_VERY_UGLY_THING:
band = BAND_UGLY_THINGS;
band_size = 2 + random2(4);
break;