summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 1cb0cfc997..e98e288e55 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -25,6 +25,8 @@ struct Branch
const char* longname; // "The Pits of Slime"
const char* abbrevname; // "Slime"
const char* entry_message;
+ bool has_shops;
+ bool has_uniques;
char floor_colour; // Zot needs special handling
char rock_colour;
int (*mons_rarity_function)(int);