summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-05 15:25:54 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-05 17:47:55 -0400
commit8b0589b2b84b012d14d5e95f6c54ddbcd71c88db (patch)
treed2501fbbc2376baf10f01825c926d1b4e1c086b6 /crawl-ref/source/mon-util.h
parentc329b0c705123b0f95d8a861eb7388c726bd5c44 (diff)
downloadcrawl-ref-8b0589b2b84b012d14d5e95f6c54ddbcd71c88db.tar.gz
crawl-ref-8b0589b2b84b012d14d5e95f6c54ddbcd71c88db.zip
Let draconians grow up.
They will now be able to mature into whatever drac type they can (i.e. white scorchers will still be disallowed) upon reaching the appropriate HD. The goal is mostly to make draconian mercenaries more attractive, since if they can survive they can become rather strong.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index f433cbd2cb..8a0df58b4b 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -247,6 +247,7 @@ void discover_shifter(monster* shifter);
bool mons_is_statue(monster_type mc, bool allow_disintegrate = false);
bool mons_is_demon(monster_type mc);
bool mons_is_draconian(monster_type mc);
+bool mons_is_base_draconian(monster_type mc);
bool mons_is_demonspawn(monster_type mc);
bool mons_is_conjured(monster_type mc);
bool mons_is_beast(monster_type mc);