Skip to content

Commit

Permalink
fix #8234 (#8237)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1tr0xs committed Aug 31, 2024
1 parent dbe83f6 commit d095f3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2272,6 +2272,9 @@ local specialModList = {
["gain %d+ rage on attack hit"] = {
flag("Condition:CanGainRage"),
},
["gain %d+ rage on hit with axes or swords"] = {
flag("Condition:CanGainRage"),
},
["gain %d+ rage on melee hit"] = {
flag("Condition:CanGainRage"),
},
Expand Down

0 comments on commit d095f3a

Please sign in to comment.