From 8e4516ef5999ee872b89966f5487ae46d66ea1fe Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 15 Jun 2008 16:59:38 +0000 Subject: Properly treat "Summon Scorpions" as a no-op in setup_mons_cast(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5849 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mstuff2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/mstuff2.cc') diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc index 297db53724..ada7e59342 100644 --- a/crawl-ref/source/mstuff2.cc +++ b/crawl-ref/source/mstuff2.cc @@ -912,6 +912,7 @@ void setup_mons_cast(const monsters *monster, struct bolt &pbolt, int spell_cast case SPELL_SUMMON_UGLY_THING: case SPELL_ANIMATE_DEAD: case SPELL_CALL_IMP: + case SPELL_SUMMON_SCORPIONS: case SPELL_SUMMON_UFETUBUS: case SPELL_SUMMON_BEAST: // Geryon case SPELL_SUMMON_UNDEAD: // summon undead around player -- cgit v1.2.3-54-g00ecf