Skip to content

Commit

Permalink
Test Scorch as a projectile spell.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Feb 14, 2024
1 parent 204fa79 commit 08b0725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dragonflight/MageFire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,9 @@ spec:RegisterAbilities( {
talent = "scorch",
startsCombat = true,

handler = function ()
flightTime = 0.015,

impact = function ()
hot_streak( talent.searing_touch.enabled and target.health_pct < 30 )
applyDebuff( "target", "ignite" )
if talent.frenetic_speed.enabled then applyBuff( "frenetic_speed" ) end
Expand Down

0 comments on commit 08b0725

Please sign in to comment.