summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorFrank Benkstein <frank@benkstein.net>2012-07-30 22:27:49 +0200
committerSteve Melenchuk <smelenchuk@gmail.com>2012-07-30 15:21:53 -0600
commit90551e86189b850caf36c73f3445c480abc79f59 (patch)
tree4f4cf3f5efaff7419c58dc6b8c8be177b1bc1912 /crawl-ref/source/hiscores.h
parent1f7c9b4d1965058481aedfccae9fee892cafcc02 (diff)
downloadcrawl-ref-90551e86189b850caf36c73f3445c480abc79f59.tar.gz
crawl-ref-90551e86189b850caf36c73f3445c480abc79f59.zip
Death-curse a monster that kills the player if the player is a mummy.
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 aef8773832..14f4896bbc 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -155,6 +155,7 @@ public:
std::string get_name() const { return name; }
int get_score() const { return points; }
int get_death_type() const { return death_type; }
+ int get_death_source() const { return death_source; }
time_t get_death_time() const { return death_time; }
xlog_fields get_fields() const;