summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index 78882d374c..dcc7c1764d 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -2110,7 +2110,7 @@ void MiscastEffect::_fire(int severity)
do_msg();
if (target->atype() == ACT_PLAYER)
- you.duration[DUR_LIQUID_FLAMES] += random2avg(7, 3) + 1;
+ napalm_player(random2avg(7,3) + 1);
else
{
monsters* mon_target = target_as_monster();