summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2010-10-20 19:12:45 -0400
committerAdam Borowski <kilobyte@angband.pl>2010-10-21 01:50:42 +0200
commitbc3109de6f231e9ec57835a733430eab2a7405d1 (patch)
treef872b74e7357f8099eb4d1c8409196e387251975 /crawl-ref/source/transform.h
parent1225bbe306b8f1cfdc25a0e0cf4f0760190e9382 (diff)
downloadcrawl-ref-bc3109de6f231e9ec57835a733430eab2a7405d1.tar.gz
crawl-ref-bc3109de6f231e9ec57835a733430eab2a7405d1.zip
Dragon form changes for draconians
Diffstat (limited to 'crawl-ref/source/transform.h')
-rw-r--r--crawl-ref/source/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/transform.h b/crawl-ref/source/transform.h
index 4965be630b..dd88c1b417 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -52,6 +52,7 @@ bool transform_allows_wearing_item(const item_def& item,
transformation_type transform);
monster_type transform_mons();
std::string blade_parts(bool terse = false);
+monster_type dragon_form_dragon_type();
// Check your current transformation.
bool transform_allows_wearing_item(const item_def& item);