From a779df188c0b4ad71e013c87abc18fa1d9e20cd1 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 28 Sep 2007 19:42:10 +0000 Subject: [1800818] Fixed broken follower tagging for bazaars. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2247 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/place.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/place.cc') diff --git a/crawl-ref/source/place.cc b/crawl-ref/source/place.cc index e4fe0235ac..0bc2fc8a60 100644 --- a/crawl-ref/source/place.cc +++ b/crawl-ref/source/place.cc @@ -172,3 +172,8 @@ bool level_type_exits_down(level_area_type type) { return (type == LEVEL_PANDEMONIUM || type == LEVEL_ABYSS); } + +bool level_type_allows_followers(level_area_type type) +{ + return (type == LEVEL_DUNGEON || type == LEVEL_PANDEMONIUM); +} -- cgit v1.2.3-54-g00ecf