Skip to content

Commit

Permalink
duration tag was on meteors instead of pelting (#8493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peechey authored Feb 20, 2025
1 parent cf0f3d5 commit 5ed03e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Data/Skills/act_int.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5850,7 +5850,6 @@ skills["FirestormAltX"] = {
baseFlags = {
spell = true,
area = true,
duration = true,
},
qualityStats = {
Default = {
Expand Down Expand Up @@ -5921,6 +5920,7 @@ skills["FirestormAltY"] = {
baseFlags = {
spell = true,
area = true,
duration = true,
},
baseMods = {
skill("radiusSecondary", 22),
Expand Down
4 changes: 2 additions & 2 deletions src/Export/Skills/act_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1137,11 +1137,11 @@ local skills, mod, flag, skill = ...
#mods

#skill FirestormAltX
#flags spell area duration
#flags spell area
#mods

#skill FirestormAltY
#flags spell area
#flags spell area duration
#baseMod skill("radiusSecondary", 22)
#baseMod skill("radiusLabel", "Fire projectile:")
#baseMod skill("radiusSecondaryLabel", "Target area:")
Expand Down

0 comments on commit 5ed03e5

Please sign in to comment.