summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-02-10 05:38:48 -0330
committerDracoOmega <draco_omega@live.com>2013-03-03 17:06:51 -0330
commitf2e41b735e7612137bbc286b091f352fdeadc63a (patch)
treea356566e468cb756e9d710c28a4f9affc439f614 /crawl-ref/source/mon-info.h
parent8d51c429cd5e6b94d131203495609737f3dd71d6 (diff)
downloadcrawl-ref-f2e41b735e7612137bbc286b091f352fdeadc63a.tar.gz
crawl-ref-f2e41b735e7612137bbc286b091f352fdeadc63a.zip
Add Ironheart Preservers
These are durable melee fighters who can cast minor healing as well as injury bond, which causes them to take half of any damage dealt to any nearby allied creatures while the spell's effect lasts.
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 78764ba745..5057b46454 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -87,6 +87,7 @@ enum monster_info_flags
MB_WRETCHED,
MB_SCREAMED,
MB_WORD_OF_RECALL,
+ MB_INJURY_BOND,
NUM_MB_FLAGS
};