summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2011-06-30 23:47:06 -0400
committerelliptic <hyperelliptical@gmail.com>2011-06-30 23:49:53 -0400
commit3aff67ebd4bcc97d35600064b09aebb6c91ad227 (patch)
tree096f79f87fa9be1b5a3d87d692d41b2ba479e071 /crawl-ref/source/hiscores.h
parent77a882d1ff17d19278bf33a63130f6676c96bca6 (diff)
downloadcrawl-ref-3aff67ebd4bcc97d35600064b09aebb6c91ad227.tar.gz
crawl-ref-3aff67ebd4bcc97d35600064b09aebb6c91ad227.zip
Record which skills are at least 15 in the logfile.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 807a5b3115..d567b45c1c 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -107,6 +107,8 @@ private:
int kills; // number of monsters killed
std::string maxed_skills; // comma-separated list of skills
// at level 27
+ std::string fifteen_skills; // comma-separated list of skills
+ // at level >= 15
std::string status_effects; // comma-separated list of status effects
int gold; // Remaining gold.
int gold_found; // Gold found.