summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-05 00:38:18 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-05 00:38:18 -0400
commit5707d59006302cc5c9051379fc58e2400d086cc9 (patch)
tree74e6bf79254c8adfbf59ef3564e78625c58079ed /crawl-ref/source/mon-info.cc
parenta1a34412461d342202a1cabcb09d267080dd4270 (diff)
downloadcrawl-ref-5707d59006302cc5c9051379fc58e2400d086cc9.tar.gz
crawl-ref-5707d59006302cc5c9051379fc58e2400d086cc9.zip
Don't limit the number of volleys a manticore can make.
Has anyone ever noticed one running out in an actual game? Now that they even have something else to be their defining characteristic, it just seems weird.
Diffstat (limited to 'crawl-ref/source/mon-info.cc')
-rw-r--r--crawl-ref/source/mon-info.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-info.cc b/crawl-ref/source/mon-info.cc
index 068db094ad..5fad976ec8 100644
--- a/crawl-ref/source/mon-info.cc
+++ b/crawl-ref/source/mon-info.cc
@@ -471,8 +471,7 @@ monster_info::monster_info(const monster* m, int milev)
base_type = type;
// these use number for internal information
- if (type == MONS_MANTICORE
- || type == MONS_SIXFIRHY
+ if (type == MONS_SIXFIRHY
|| type == MONS_JIANGSHI
|| type == MONS_SHEDU
|| type == MONS_KRAKEN_TENTACLE