summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgrow.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 17:33:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 17:33:24 +0000
commita81098c80c200f365772508271e83ebe25065a77 (patch)
treeefce5ba2c18f574c69c81cf0ad143a5a5d78a29d /crawl-ref/source/mgrow.cc
parent6df89800353b16e265eebf447d8b898469cd7bc8 (diff)
downloadcrawl-ref-a81098c80c200f365772508271e83ebe25065a77.tar.gz
crawl-ref-a81098c80c200f365772508271e83ebe25065a77.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3861 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mgrow.cc')
-rw-r--r--crawl-ref/source/mgrow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc
index 9a7f518dcb..482f33889e 100644
--- a/crawl-ref/source/mgrow.cc
+++ b/crawl-ref/source/mgrow.cc
@@ -52,7 +52,7 @@ static const monster_level_up mon_grow[] =
monster_level_up(MONS_DEEP_ELF_SOLDIER, MONS_DEEP_ELF_FIGHTER),
monster_level_up(MONS_DEEP_ELF_FIGHTER, MONS_DEEP_ELF_KNIGHT),
- // deep elf magi can become either summoners or conjurers.
+ // Deep elf magi can become either summoners or conjurers.
monster_level_up(MONS_DEEP_ELF_MAGE, MONS_DEEP_ELF_SUMMONER, 500),
monster_level_up(MONS_DEEP_ELF_MAGE, MONS_DEEP_ELF_CONJURER),