summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
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.cc
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.cc')
-rw-r--r--crawl-ref/source/mon-util.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index a5659f7815..7d4ce85ea7 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1193,6 +1193,11 @@ bool mons_is_draconian(monster_type mc)
return mc >= MONS_FIRST_DRACONIAN && mc <= MONS_LAST_DRACONIAN;
}
+bool mons_is_base_draconian(monster_type mc)
+{
+ return mc >= MONS_FIRST_DRACONIAN && mc <= MONS_LAST_BASE_DRACONIAN;
+}
+
bool mons_is_demonspawn(monster_type mc)
{
return