summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-20 20:21:34 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:38 -0700
commitaed014cc4cf451338c355e1fe671a21716ddb6b4 (patch)
tree8ba1e876a74a08971a60bdbbedfa2b15780dcaa2 /crawl-ref/source/mon-info.h
parentb9d1c37d1373c853ceb7e55b0e6d15be41e913cc (diff)
downloadcrawl-ref-aed014cc4cf451338c355e1fe671a21716ddb6b4.tar.gz
crawl-ref-aed014cc4cf451338c355e1fe671a21716ddb6b4.zip
Demonspawn blood saint: Legendary Destruction and support spells.
The support spells are Orb of Electrocution (as a monster spell), Explosive Bolt (seen on the proposal as Bolt of Fireball), and Flash Freeze. The monster takes 10 damage to cast one of Orb of Electrocution, Crystal Spear, Orb of Destruction, Ghostly Fireball, Explosive Bolt, or Flash Freeze (not all equally weighted). Some of the messaging could be improved, but the underlying framework is present and accounted for.
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 6e278b11df..222bdd1ce7 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -109,6 +109,7 @@ enum monster_info_flags
MB_TORNADO_COOLDOWN,
MB_ICEMAIL,
MB_AGILE,
+ MB_FROZEN,
NUM_MB_FLAGS
};