summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/newgame.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 646ae7139d..c5c65c21b5 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -3639,7 +3639,7 @@ static void _create_wanderer(void)
you.skills[skill]++;
}
- // Demigods can't use invocations so we'll swap it for something else
+ // Demigods can't use invocations, so we'll swap it for something else.
if (you.species == SP_DEMIGOD && you.skills[SK_INVOCATIONS])
{
do
@@ -3708,7 +3708,7 @@ static void _create_wanderer(void)
// Wanderers have at least seen one type of potion, and if they
// don't get anything else good, they'll get to keep this one...
- // Note: even if this is taken away, the knowledge of the potion
+ // Note: Even if this is taken away, the knowledge of the potion
// type is still given to the character.
_give_random_potion(3);