summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-10 16:00:04 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-10 21:02:55 +0000
commit4fb377143d7b566a98b9d13ef00340e748fb564a (patch)
tree29aff84b9ca1b99609bff420c75678ab2df0f11e /crawl-ref/source/xom.cc
parent7517bb3cc075b044caf36295ce96fdd699d2a033 (diff)
downloadcrawl-ref-4fb377143d7b566a98b9d13ef00340e748fb564a.tar.gz
crawl-ref-4fb377143d7b566a98b9d13ef00340e748fb564a.zip
Remove Summon Scorpions
It's already been replaced in the Summoner starting book, and is one of the summon spells that mostly just relies on spamming large numbers of monsters. Alistair's Intoxication is shuffled around in a couple of books to replace it in Envenomations.
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index aa0e1f9ec2..a8b5afe4bb 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -102,7 +102,7 @@ static const spell_type _xom_tension_spells[] =
SPELL_OLGREBS_TOXIC_RADIANCE, SPELL_FIRE_BRAND, SPELL_FREEZING_AURA,
SPELL_POISON_WEAPON, SPELL_LETHAL_INFUSION, SPELL_EXCRUCIATING_WOUNDS,
SPELL_WARP_BRAND, SPELL_TUKIMAS_DANCE, SPELL_SUMMON_BUTTERFLIES,
- SPELL_SUMMON_SMALL_MAMMAL, SPELL_SUMMON_SCORPIONS, SPELL_SUMMON_SWARM,
+ SPELL_SUMMON_SMALL_MAMMAL, SPELL_SUMMON_SWARM,
SPELL_BEASTLY_APPENDAGE, SPELL_SPIDER_FORM, SPELL_STATUE_FORM,
SPELL_ICE_FORM, SPELL_DRAGON_FORM, SPELL_SHADOW_CREATURES,
SPELL_SUMMON_HORRIBLE_THINGS, SPELL_CALL_CANINE_FAMILIAR,