summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-06 19:01:54 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-06 22:16:10 -0400
commitdf45d3f71900e6c02a753c4f960d634c619464d8 (patch)
treee59e7d569ee34000db5772064f9e155257099d46 /crawl-ref/source/mon-util.cc
parentdaa30c611edf39766ff6f2071e2577e46fb24eed (diff)
downloadcrawl-ref-df45d3f71900e6c02a753c4f960d634c619464d8.tar.gz
crawl-ref-df45d3f71900e6c02a753c4f960d634c619464d8.zip
Remove phoenixes
They were so annoying they were removed from holy zigs, reducing their appearnces to just a few vaults.
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 9766d956eb..38ea48f34f 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -725,7 +725,6 @@ bool mons_is_fiery(const monster* mon)
// abilities.
if (mons_species(mon->type) == MONS_FIRE_DRAGON
|| mon->type == MONS_BURNING_BUSH
- || mon->type == MONS_PHOENIX
|| (mons_genus(mon->type) == MONS_DRACONIAN
&& draco_or_demonspawn_subspecies(mon) == MONS_RED_DRACONIAN)
|| mon->type == MONS_HELL_HOUND