summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.cc
diff options
context:
space:
mode:
authorSage <SageBasilMint@gmail.com>2013-12-30 15:37:27 -0800
committerNeil Moore <neil@s-z.org>2014-01-26 11:15:40 -0500
commit321c037b6790e6ad2649caee2c20d13a850b72f2 (patch)
tree00ad990d40666dd2151c6b580873a1cd2ac21042 /crawl-ref/source/species.cc
parentcb62a7f8bfa2cfed35e8a2eeb4ac05ed89ac2e66 (diff)
downloadcrawl-ref-321c037b6790e6ad2649caee2c20d13a850b72f2.tar.gz
crawl-ref-321c037b6790e6ad2649caee2c20d13a850b72f2.zip
Change 'magic' to 'power' for non-spellcaster manadrain message.
In case people are wondering what vine stalkers get when biting e.g. geckos.
Diffstat (limited to 'crawl-ref/source/species.cc')
-rw-r--r--crawl-ref/source/species.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/species.cc b/crawl-ref/source/species.cc
index cf3cce6ef8..3e230fb724 100644
--- a/crawl-ref/source/species.cc
+++ b/crawl-ref/source/species.cc
@@ -25,7 +25,7 @@ static species_type species_order[] =
SP_DEEP_ELF, SP_DEEP_DWARF,
SP_HILL_ORC, SP_LAVA_ORC,
SP_MERFOLK, SP_FORMICID,
- SP_VINE_STALKER,
+ SP_VINE_STALKER,
// small species
SP_HALFLING, SP_KOBOLD,
SP_SPRIGGAN,