summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 9a9026ffee..37f96f4646 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2631,6 +2631,8 @@ void handle_time(long time_delta)
exercise(SK_STEALTH, 1);
}
}
+// if (you.level_type == LEVEL_LABYRINTH)
+// forget_map(you.species == SP_MINOTAUR ? 12 : 25);
spawn_random_monsters();
}