summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-10-03 14:44:05 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-10-30 21:31:27 -0600
commit3158a90de0201a93f03183e6ac740c4bf13029f7 (patch)
treeb67434881a8ca2c72c94892754578b1b21fc8426 /crawl-ref/source/mon-info.h
parent630d5cd27fa467db0cfa8abca8716f5fc92b91d3 (diff)
downloadcrawl-ref-3158a90de0201a93f03183e6ac740c4bf13029f7.tar.gz
crawl-ref-3158a90de0201a93f03183e6ac740c4bf13029f7.zip
Tornado as a monster spell for the sole use of Lom Lobon.
This takes the place of one instance of Blink Range and instead of the emergency Ice Storm. Currently this isn't nerfed by monster translocations; I question if we really want to have Blink Range on Lom anyway (it makes him extremely easy to avoid). If there's another scenario in which this is likely to work, well, it's here now.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index 1dbb452a9c..dc1af0a502 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -103,6 +103,8 @@ enum monster_info_flags
MB_TOXIC_RADIANCE,
MB_GRASPING_ROOTS,
MB_FIRE_VULN,
+ MB_TORNADO,
+ MB_TORNADO_COOLDOWN,
NUM_MB_FLAGS
};