summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-01 05:42:04 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-03 14:23:19 +0100
commit4983731da66beb38e9239993edd39c7d127b0577 (patch)
treefd8a91d40e5af5c426033c766a17751c8204e1c0 /crawl-ref/source/xom.h
parent4899bd94471b0f3665ca3c5251541de9f4116896 (diff)
downloadcrawl-ref-4983731da66beb38e9239993edd39c7d127b0577.tar.gz
crawl-ref-4983731da66beb38e9239993edd39c7d127b0577.zip
Replace Xom mass inner flame with mass fireball/corona
Inner flame mostly just encouraged running away until it expired, and works much better as ?immolation's effect. Instead cause multiple fireballs with fairly low damage on non-adjacent monsters, or mass corona for a really impressive display of Xom's destructive might.
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index ec2e0c53da..60a496591f 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -41,7 +41,7 @@ enum xom_event_type
XOM_GOOD_LIGHTNING,
XOM_GOOD_SCENERY,
XOM_GOOD_SNAKES,
- XOM_GOOD_INNER_FLAME,
+ XOM_GOOD_DESTRUCTION,
XOM_GOOD_ENCHANT_MONSTER,
XOM_LAST_GOOD_ACT = XOM_GOOD_ENCHANT_MONSTER,