From 297297da01e51a1ba70d3fde8c994ab9bb4f890c Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 9 Jun 2008 00:25:18 +0000 Subject: Add miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5620 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.h') diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h index 3b6456a443..842f31512f 100644 --- a/crawl-ref/source/spells3.h +++ b/crawl-ref/source/spells3.h @@ -120,10 +120,10 @@ bool summon_demon_type(monster_type mon, int pow, bool god_gift = false); bool cast_summon_demon(int pow, bool god_gift = false); bool cast_demonic_horde(int pow, bool god_gift = false); bool cast_summon_greater_demon(int pow, bool god_gift = false); +bool cast_shadow_creatures(bool god_gift = false); bool cast_summon_horrible_things(int pow, bool god_gift = false); bool cast_simulacrum(int pow, bool god_gift = false); -bool cast_shadow_creatures(bool god_gift = false); bool cast_twisted_resurrection(int pow, bool god_gift = false); bool cast_summon_wraiths(int pow, bool god_gift = false); bool cast_death_channel(int pow, bool god_gift = false); -- cgit v1.2.3-54-g00ecf