summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-06 18:34:28 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-06 18:39:02 +0100
commit415669d7ad597855086ca2e0c07d219b6e0e8e9b (patch)
tree88c3239634153fbaed8bd891025cc0818ef5331f /crawl-ref/source/monster.h
parent9c199ebd5f80cafa670c0df01702ce7dc5dfc1d9 (diff)
parented4c75b69af01a021233cc3f9255223ad299fe8c (diff)
downloadcrawl-ref-415669d7ad597855086ca2e0c07d219b6e0e8e9b.tar.gz
crawl-ref-415669d7ad597855086ca2e0c07d219b6e0e8e9b.zip
Merge branch 'dwants'. Bring some Raid.
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 3e9acefd75..9dc58e8aa9 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -239,6 +239,8 @@ public:
item_def *missiles();
item_def *shield() const;
+ hands_reqd_type hands_reqd(const item_def &item) const;
+
bool can_wield(const item_def &item,
bool ignore_curse = false,
bool ignore_brand = false,
@@ -352,6 +354,8 @@ public:
bool blink = false) const;
bool res_corr(bool calc_unid = true, bool items = true) const;
+ bool stasis(bool calc_unid = true, bool items = true) const;
+
flight_type flight_mode() const;
bool can_cling_to_walls() const;
bool is_banished() const;