summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2010-09-04 10:10:14 -0400
committerJesse Luehrs <doy@tozt.net>2010-09-04 11:53:05 -0500
commit72fe115a86a74e58a02d2dbe098cd7e591d3a68f (patch)
treede65a82fa855d32e470b2c2c04e3dba808e1e9be /crawl-ref/source/mon-cast.h
parent045d168bc4fd0f7f39fb3c3a9df06eccbc895d74 (diff)
downloadcrawl-ref-72fe115a86a74e58a02d2dbe098cd7e591d3a68f.tar.gz
crawl-ref-72fe115a86a74e58a02d2dbe098cd7e591d3a68f.zip
Spectral orcs spell for Nergalle
Diffstat (limited to 'crawl-ref/source/mon-cast.h')
-rw-r--r--crawl-ref/source/mon-cast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-cast.h b/crawl-ref/source/mon-cast.h
index 89d6b82129..4cf9ccc703 100644
--- a/crawl-ref/source/mon-cast.h
+++ b/crawl-ref/source/mon-cast.h
@@ -29,5 +29,6 @@ bool setup_mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
void mons_cast_haunt(monsters *monster);
void mons_cast_mislead(monsters *monster);
bool actor_is_illusion_cloneable(actor *target);
+void mons_cast_spectral_orcs(monsters *monster);
#endif