summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 78a766b910..60edca7c98 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1109,9 +1109,10 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
if (you.char_direction == GDT_GAME_START
&& you.level_type == LEVEL_DUNGEON)
{
- // If we're leaving the Abyss for the first time as a Chaos Knight
- // of Lugonu (who start out there), force a return into the first
- // dungeon level and enable normal monster generation.
+ // If we're leaving the Abyss for the first time as a Chaos
+ // Knight of Lugonu (who start out there), force a return
+ // into the first dungeon level and enable normal monster
+ // generation.
you.your_level = 0;
you.char_direction = GDT_DESCENDING;
}