summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 26667a280c..0528163fe4 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -307,6 +307,8 @@ public:
int res_negative_energy() const;
int res_torment() const;
int res_acid() const;
+ int res_magic() const;
+ bool check_res_magic(int power);
flight_type flight_mode() const;
bool is_levitating() const;