summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 15:58:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 15:58:59 +0000
commit672db221abd5b7f4ebe0c943ff5b9a6e4dba3242 (patch)
treec43d0cb598769aac6093cc23ccfd500028df94d2 /crawl-ref/source/xom.cc
parent1bb138db8390ff8ca82bb898676f706652770b09 (diff)
downloadcrawl-ref-672db221abd5b7f4ebe0c943ff5b9a6e4dba3242.tar.gz
crawl-ref-672db221abd5b7f4ebe0c943ff5b9a6e4dba3242.zip
In the list of Xom spells, replace Controlled Blink with Disperal; it's
the same level, more chaotic, and matches the Solitude card effect. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4766 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 87dd7b9344..4926832aec 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -53,11 +53,11 @@ static const spell_type xom_spells[] =
{
SPELL_BLINK, SPELL_CONFUSING_TOUCH, SPELL_MAGIC_MAPPING,
SPELL_DETECT_ITEMS, SPELL_DETECT_CREATURES, SPELL_MASS_CONFUSION,
- SPELL_MASS_SLEEP, SPELL_CONTROLLED_BLINK, SPELL_STONESKIN,
- SPELL_RING_OF_FLAMES, SPELL_OLGREBS_TOXIC_RADIANCE,
- SPELL_TUKIMAS_VORPAL_BLADE, SPELL_FIRE_BRAND, SPELL_FREEZING_AURA,
- SPELL_POISON_WEAPON, SPELL_STONEMAIL, SPELL_WARP_BRAND,
- SPELL_TUKIMAS_DANCE, SPELL_SUMMON_BUTTERFLIES, SPELL_SUMMON_SMALL_MAMMAL,
+ SPELL_MASS_SLEEP, SPELL_DISPERSAL, SPELL_STONESKIN, SPELL_RING_OF_FLAMES,
+ SPELL_OLGREBS_TOXIC_RADIANCE, SPELL_TUKIMAS_VORPAL_BLADE,
+ SPELL_FIRE_BRAND, SPELL_FREEZING_AURA, SPELL_POISON_WEAPON,
+ SPELL_STONEMAIL, SPELL_WARP_BRAND, SPELL_TUKIMAS_DANCE,
+ SPELL_SUMMON_BUTTERFLIES, SPELL_SUMMON_SMALL_MAMMAL,
SPELL_SUMMON_SCORPIONS, SPELL_FLY, SPELL_SPIDER_FORM, SPELL_STATUE_FORM,
SPELL_ICE_FORM, SPELL_DRAGON_FORM, SPELL_SWARM, SPELL_SUMMON_WRAITHS,
SPELL_SUMMON_UGLY_THING, SPELL_SHADOW_CREATURES, SPELL_SUMMON_ELEMENTAL,