summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 07:42:11 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 07:42:11 +0000
commitaab5319a5fa4c685f00722c69a3357c64b37ac85 (patch)
tree4b45805cf4bda87f7e41d44b774957028b63b0f6 /crawl-ref/source/externs.h
parent841912a64cbeb5e4d798a7df3d4c7ee881aaf5fa (diff)
downloadcrawl-ref-aab5319a5fa4c685f00722c69a3357c64b37ac85.tar.gz
crawl-ref-aab5319a5fa4c685f00722c69a3357c64b37ac85.zip
Added "rare_interesting" game option. Like ood_interesting, but for the
value retruned by mons_rarity(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5917 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 366aebf676..8603111f87 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1663,6 +1663,7 @@ public:
std::string user_note_prefix;// Prefix for user notes
int note_hp_percent; // percentage hp for notetaking
int ood_interesting; // how many levels OOD is noteworthy?
+ int rare_interesting; // what monster rarity is noteworthy?
int easy_confirm; // make yesno() confirming easier
int easy_quit_item_prompts; // make item prompts quitable on space
int colour[16]; // macro fg colours to other colours