summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-02-09 01:52:24 -0330
committerDracoOmega <draco_omega@live.com>2013-03-03 17:06:49 -0330
commit8cd97b124a43309d0222940bcb0f231678b54d21 (patch)
tree3afd48d053710579d1b74edc4efa611528d8b3e8 /crawl-ref/source/mon-info.h
parent592b18ad785e4d0bc1e799e528f44c1b3d1a2d0b (diff)
downloadcrawl-ref-8cd97b124a43309d0222940bcb0f231678b54d21.tar.gz
crawl-ref-8cd97b124a43309d0222940bcb0f231678b54d21.zip
Add Ironbrand Convokers
These are moderately-armoured support soldiers who can cast might other and word of recall, which requires several turns for them to fully recite (during which time it can be interrupted by disabling or killing them), and after which will teleport a moderate number of I_NORMAL or better monsters to near the convoker's location.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index b45662da7f..78764ba745 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -86,6 +86,7 @@ enum monster_info_flags
MB_STONESKIN,
MB_WRETCHED,
MB_SCREAMED,
+ MB_WORD_OF_RECALL,
NUM_MB_FLAGS
};