summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 076eb18c2c..4877271260 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -116,7 +116,7 @@ enum mons_class_flags
M_ARCHER = (1<<23), // gets various archery boosts
- M_WALL_SHIELDED = (1<<24), // Shielded from attacks if in wall
+ M_INSUBSTANTIAL = (1<<24), // is insubstantial
M_TWOWEAPON = (1<<25), // wields two weapons at once
@@ -622,6 +622,7 @@ bool mons_class_is_stationary(int mc);
bool mons_class_is_confusable(int mc);
bool mons_class_is_slowable(int mc);
bool mons_is_stationary(const monsters *mon);
+bool mons_is_wall_shielded(int mc);
bool mons_is_insubstantial(int mc);
bool mons_is_submerged( const monsters *mon );