summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-20 23:23:45 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-20 23:23:45 +0200
commit2d12a536ac45ef823f315fe9fff73e9f7f55c0b4 (patch)
tree691df814e67f50ccec6dffeafc2658843a250cd6 /crawl-ref/source/transform.h
parente008d311f3a7f9a523912f316f0d0fc64a1bde5d (diff)
downloadcrawl-ref-2d12a536ac45ef823f315fe9fff73e9f7f55c0b4.tar.gz
crawl-ref-2d12a536ac45ef823f315fe9fff73e9f7f55c0b4.zip
Felids: give up to the mob and fix messaging for Blade Paws instead of disallowing them.
I still don't think this is right.
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 fdeef33653..4965be630b 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -51,6 +51,7 @@ bool transform_changed_physiology(bool phys_scales = false);
bool transform_allows_wearing_item(const item_def& item,
transformation_type transform);
monster_type transform_mons();
+std::string blade_parts(bool terse = false);
// Check your current transformation.
bool transform_allows_wearing_item(const item_def& item);