summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 8858ebcf29..96eb671584 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -4671,7 +4671,8 @@ void monsters::apply_enchantment(const mon_enchant &me)
case ENCH_STICKY_FLAME:
{
int dam =
- resist_adjust_damage(this, res_fire(), roll_dice( 2, 4 ) - 1);
+ resist_adjust_damage(this, BEAM_FIRE, res_fire(),
+ roll_dice( 2, 4 ) - 1);
if (dam > 0)
{