summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-03-16 18:55:43 -0400
committerelliptic <hyperelliptical@gmail.com>2013-03-16 18:55:43 -0400
commitf9d9fb959a759b036c9ef919717437c2116ec868 (patch)
tree48356ec684f3b0a814f06fe0cf55daf9601e4b31 /crawl-ref/source/hiscores.h
parent22d7fca7fa76a3898910730832f82269fab7fc57 (diff)
downloadcrawl-ref-f9d9fb959a759b036c9ef919717437c2116ec868.tar.gz
crawl-ref-f9d9fb959a759b036c9ef919717437c2116ec868.zip
Add logfile/milestone fields for AC, EV, SH, aut.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 5b8394b7e7..3a27f7fb04 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -90,6 +90,9 @@ private:
int str; // final str (useful for nickname)
int intel; // final int
int dex; // final dex (useful for nickname)
+ int ac; // AC
+ int ev; // EV
+ int sh; // SH
god_type god; // god
int piety; // piety
int penance; // penance
@@ -98,6 +101,7 @@ private:
time_t death_time; // end time of character
time_t real_time; // real playing time in seconds
int num_turns; // number of turns taken
+ int num_aut; // quantity of aut taken
int num_diff_runes; // number of rune types in inventory
int num_runes; // total number of runes in inventory
int kills; // number of monsters killed