summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 8cde1a11b4..668115d8eb 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -2402,9 +2402,6 @@ static void _place_minivaults(const std::string &tag, int lo, int hi,
bool force)
{
const level_id curr = level_id::current();
- // Dungeon-style branches only, thankyouverymuch.
- if (curr.level_type != LEVEL_DUNGEON && !force)
- return;
if (lo == -1)
lo = hi = 1;