summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index fdce0be304..d9521e419c 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -788,7 +788,7 @@ void scorefile_entry::init_death_cause(int dam, int dsrc,
if (monster->type >= 0 && monster->type < NUM_MONSTERS)
{
death_source = monster->type;
- mon_num = monster->number;
+ mon_num = monster->base_monster;
// Previously the weapon was only used for dancing weapons,
// but now we pass it in as a string through the scorefile