summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-project.cc
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/mon-project.cc
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/mon-project.cc')
-rw-r--r--crawl-ref/source/mon-project.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-project.cc b/crawl-ref/source/mon-project.cc
index dd110f62f8..f78aa1102a 100644
--- a/crawl-ref/source/mon-project.cc
+++ b/crawl-ref/source/mon-project.cc
@@ -430,7 +430,7 @@ move_again:
return true;
}
- if (mons && (mons->submerged() || mons->type == MONS_ARCANE_FAMILIAR))
+ if (mons && (mons->submerged() || mons->type == MONS_BATTLESPHERE))
{
// Try to swap with the submerged creature.
if (mons->is_habitable(mon.pos()))