summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorEronarn Palazzo <eronarn@gmail.com>2011-04-07 17:26:17 -0400
committerAdam Borowski <kilobyte@angband.pl>2013-01-08 04:00:27 +0100
commit7f40cb1dbc082dc22f1515a37ea004e53874013a (patch)
tree55c9a6285949a1b8a8816ac674d7e3972a8fe282 /crawl-ref/source/transform.h
parentedbafac67ba211b639597daef508761c26f6b0c6 (diff)
downloadcrawl-ref-7f40cb1dbc082dc22f1515a37ea004e53874013a.tar.gz
crawl-ref-7f40cb1dbc082dc22f1515a37ea004e53874013a.zip
Lava orcs can swim in lava unless it is flagged as dangerous to them.
Being immersed in lava maxes temperature and prevents any decline.
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..946c21c2e3 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -17,6 +17,7 @@ bool form_can_wear(transformation_type form = you.form);
bool form_can_fly(transformation_type form = you.form);
bool form_can_swim(transformation_type form = you.form);
bool form_likes_water(transformation_type form = you.form);
+bool form_likes_lava(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_wear_item(const item_def& item,