From 3d8076086374c98bb2e90d342803f173d7cffd87 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 7 Jun 2008 17:50:50 +0000 Subject: Start cleaning up summoning routines in a better way. Sorry for the mess in the meantime. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5545 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index dce6b0d93b..b4d918c1fe 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -52,7 +52,6 @@ #include "skills2.h" #include "spells2.h" #include "spells3.h" -#include "spells4.h" #include "spl-book.h" #include "spl-cast.h" #include "spl-util.h" @@ -789,7 +788,7 @@ void random_uselessness(int scroll_slot) case 6: mpr("You hear the tinkle of a tiny bell.", MSGCH_SOUND); - your_spells(SPELL_SUMMON_BUTTERFLIES, 100, false); + cast_summon_butterflies(100); break; case 7: -- cgit v1.2.3-54-g00ecf