From a81098c80c200f365772508271e83ebe25065a77 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 24 Mar 2008 17:33:24 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3861 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mgrow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') 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), -- cgit v1.2.3-54-g00ecf