summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.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/species.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/species.h')
-rw-r--r--crawl-ref/source/species.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/species.h b/crawl-ref/source/species.h
index 75d77e0231..381300af75 100644
--- a/crawl-ref/source/species.h
+++ b/crawl-ref/source/species.h
@@ -12,6 +12,7 @@ enum genus_type
genus_type species_genus(species_type species);
int species_has_claws(species_type species, bool mut_level = false);
bool species_likes_water(species_type species);
+bool species_likes_lava(species_type species);
size_type species_size(species_type species,
size_part_type psize = PSIZE_TORSO);