Skip to content

Commit

Permalink
Add missing duration flag to Flame Surge (#4232)
Browse files Browse the repository at this point in the history
Flame Surge had a duration component (Burning Ground) added in 3.16, but the related duration flag was never added.
  • Loading branch information
Lothrik authored Feb 28, 2022
1 parent da120c5 commit 0a97d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Data/Skills/act_int.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3798,6 +3798,7 @@ skills["FlameWhip"] = {
baseFlags = {
spell = true,
area = true,
duration = true,
},
baseMods = {
skill("radius", 30),
Expand Down
2 changes: 1 addition & 1 deletion src/Export/Skills/act_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ local skills, mod, flag, skill = ...
#mods

#skill FlameWhip
#flags spell area
#flags spell area duration
statMap = {
["flame_whip_damage_+%_final_vs_burning_enemies"] = {
mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "ActorCondition", actor = "enemy", var = "Burning" }),
Expand Down

0 comments on commit 0a97d69

Please sign in to comment.