summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-11 17:21:48 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-11 17:35:19 -0400
commit2e545790805ddb633086636c5bd9be3253488051 (patch)
tree66014bde4d7fc758d4cb946ef24595bfeb881633 /crawl-ref/source/hiscores.cc
parent0cb07d783848ae4608a5e2f81d646d70867a75c4 (diff)
downloadcrawl-ref-2e545790805ddb633086636c5bd9be3253488051.tar.gz
crawl-ref-2e545790805ddb633086636c5bd9be3253488051.zip
Rename a couple props to not use 'napalm'
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 9009efb3ae..9ce4f08ac7 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1320,8 +1320,8 @@ void scorefile_entry::init_death_cause(int dam, int dsrc,
if (death_type == KILLED_BY_BURNING)
{
- death_source_name = you.props["napalmer"].get_string();
- auxkilldata = you.props["napalm_aux"].get_string();
+ death_source_name = you.props["sticky_flame_source"].get_string();
+ auxkilldata = you.props["sticky_flame_aux"].get_string();
}
}