summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
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/spl-summoning.h
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/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index aa3149bc3f..5552637f2d 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -30,7 +30,6 @@ spret_type cast_summon_small_mammal(int pow, god_type god, bool fail);
bool item_is_snakable(const item_def& item);
spret_type cast_sticks_to_snakes(int pow, god_type god, bool fail);
-spret_type cast_summon_scorpions(int pow, god_type god, bool fail);
spret_type cast_summon_swarm(int pow, god_type god, bool fail);
spret_type cast_call_canine_familiar(int pow, god_type god, bool fail);
spret_type cast_summon_elemental(int pow, god_type god = GOD_NO_GOD,