summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-12-25 19:09:25 -0500
committerSamuel Bronson <naesten@gmail.com>2013-12-25 19:10:27 -0500
commit108ffb468b733b9c59a8306492639ff7aecb12f3 (patch)
tree234eded42a2b55334ad17778cba053e75efd252e /crawl-ref/source/hiscores.h
parenta19d258bbb9fe2037c3e38376e9b78037d1830ef (diff)
downloadcrawl-ref-108ffb468b733b9c59a8306492639ff7aecb12f3.tar.gz
crawl-ref-108ffb468b733b9c59a8306492639ff7aecb12f3.zip
hiscores: log whether killer is a unique
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index f977bd7c59..6e29a5fd08 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -71,6 +71,7 @@ private:
int death_type;
int death_source; // NON_MONSTER or monster type
string death_source_name; // overrides death_source
+ set<string> death_source_flags; // misc flags about killer
string auxkilldata; // weapon wielded, spell cast, etc
string indirectkiller; // the effect or real monster that summoned
string killerpath; // colon-separated intermediate killers