summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-01-18 18:21:11 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-01-18 18:21:11 +0000
commit6af1ec204df9ede036a948c3f03036f7bd2d7d1e (patch)
tree8cfd57b440e7496fd044f5acc3c6dda599d2fc2e /crawl-ref/source/transform.h
parentb13b9dbd7c0035077e79a84e082124ec030dedae (diff)
downloadcrawl-ref-6af1ec204df9ede036a948c3f03036f7bd2d7d1e.tar.gz
crawl-ref-6af1ec204df9ede036a948c3f03036f7bd2d7d1e.zip
Fix dragon form being unable to use wands
This was unintentionally caused by b8d5efd75.
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 fcf4b538cd..0bcce99af8 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -19,6 +19,7 @@ bool form_can_swim(transformation_type form = you.form);
bool form_likes_water(transformation_type form = you.form);
bool form_can_butcher_barehanded(transformation_type form = you.form);
bool form_changed_physiology(transformation_type form = you.form);
+bool form_can_use_wand(transformation_type form = you.form);
bool form_can_wear_item(const item_def& item,
transformation_type form = you.form);
// Does the form keep the benefits of resistance, scale, and aux mutations?