summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.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-abil.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-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 848cbde773..aa2aba07f1 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -28,4 +28,5 @@ void move_demon_tentacle(monster * tentacle);
void ancient_zyme_sicken(monster* mons);
void starcursed_merge(monster* mon, bool forced);
+
#endif