summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/maps.cc')
-rw-r--r--crawl-ref/source/maps.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/maps.cc b/crawl-ref/source/maps.cc
index f60732d7a2..1d009e6c6c 100644
--- a/crawl-ref/source/maps.cc
+++ b/crawl-ref/source/maps.cc
@@ -567,6 +567,7 @@ std::vector<map_def> find_maps_for_tag (const std::string tag, bool check_depth,
{
map_def mapdef = vdefs[i];
if (mapdef.has_tag(tag)
+ && !mapdef.has_tag("dummy")
&& (!check_depth || !mapdef.has_depth()
|| mapdef.is_usable_in(place))
&& (!check_used || vault_unforbidden(mapdef)))