summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_data.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-02-09 10:22:23 -0500
committerelliptic <hyperelliptical@gmail.com>2013-02-09 10:22:23 -0500
commit17e404e6b80b694f3b096e10566b82772db1c862 (patch)
tree9bf3259e54dea6c1c6457a0a811bf8873d2089c2 /crawl-ref/source/mgen_data.h
parentadbe6da1619774eb9e4a29fd7c0a5336329ee759 (diff)
downloadcrawl-ref-17e404e6b80b694f3b096e10566b82772db1c862.tar.gz
crawl-ref-17e404e6b80b694f3b096e10566b82772db1c862.zip
Rename arcane familiar to battlesphere.
The word "familiar" suggests a summon rather than a magical construct; this spell is much more like Conjure Ball Lightning than Call Canine Familiar. Since the suggestion "battlesphere" has met with great approval (or at least nobody has come up with better), let's use that.
Diffstat (limited to 'crawl-ref/source/mgen_data.h')
-rw-r--r--crawl-ref/source/mgen_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mgen_data.h b/crawl-ref/source/mgen_data.h
index 3eadbac577..a7e4000dfc 100644
--- a/crawl-ref/source/mgen_data.h
+++ b/crawl-ref/source/mgen_data.h
@@ -147,7 +147,7 @@ struct mgen_data
{
ASSERT(summon_type == 0 || (abj >= 1 && abj <= 6)
|| mt == MONS_BALL_LIGHTNING || mt == MONS_ORB_OF_DESTRUCTION
- || mt == MONS_ARCANE_FAMILIAR
+ || mt == MONS_BATTLESPHERE
|| summon_type == SPELL_STICKS_TO_SNAKES
|| summon_type == SPELL_DEATH_CHANNEL
|| summon_type == SPELL_SIMULACRUM);