summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 22:11:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 22:11:36 +0000
commit089ab80ae84d9abf71ab1ac12f6e852781b76437 (patch)
treebc6deccd70e88091b00bd82a48639a520b518371 /crawl-ref/source/newgame.cc
parent476660b7d794555c9d976ada2a1cfa8e33fe01ce (diff)
downloadcrawl-ref-089ab80ae84d9abf71ab1ac12f6e852781b76437.tar.gz
crawl-ref-089ab80ae84d9abf71ab1ac12f6e852781b76437.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6267 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index f4b275b76a..b04b84e4f7 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -5031,9 +5031,9 @@ bool _give_items_skills()
if (you.religion == GOD_LUGONU)
{
- // Chaos Knights of Lugonu start in the Abyss. We need to mark
- // this unusual occurence, so the player doesn't get early
- // access to OOD items etc.
+ // Chaos Knights of Lugonu start in the Abyss. We need
+ // to mark this unusual occurrence, so the player
+ // doesn't get early access to OOD items, etc.
you.char_direction = GDT_GAME_START;
you.piety = 35;
}