summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 09:50:26 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 09:58:15 -0700
commitd96ee88c72372b75bcb15be6804a6c229cf5547c (patch)
treee2e444c7b191ffd74f7a1be23a4b64b3b54e6e96 /crawl-ref/source/spl-summoning.h
parentdeec9291c5503f518b7127bdec05539ef8fff0e4 (diff)
downloadcrawl-ref-d96ee88c72372b75bcb15be6804a6c229cf5547c.tar.gz
crawl-ref-d96ee88c72372b75bcb15be6804a6c229cf5547c.zip
Rename Summon Menagerie to Monstrous Menagerie.
Less boring, at least.
Diffstat (limited to 'crawl-ref/source/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index 4052191e24..816843d45d 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -37,7 +37,7 @@ spret_type cast_summon_elemental(int pow, god_type god = GOD_NO_GOD,
int unfriendly = 2, int horde_penalty = 0,
bool fail = false);
spret_type cast_summon_ice_beast(int pow, god_type god, bool fail);
-spret_type cast_summon_menagerie(actor* caster, int pow, god_type god,
+spret_type cast_monstrous_menagerie(actor* caster, int pow, god_type god,
bool fail = false);
spret_type cast_summon_dragon(actor *caster, int pow,
god_type god = GOD_NO_GOD, bool fail = false);