Skip to content

Commit

Permalink
Fix Perandus Pact crash
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Apr 10, 2024
1 parent 15d0531 commit ca87ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5220,7 +5220,7 @@ local jewelOtherFuncs = {
end
end
end,
["Passive Skills in Radius also grant (%d+)%% increased (%w+) Damage"] = function(num, _, type)
["Passive Skills in Radius also grant (%d+)%% increased (%w+) Damage"] = function(num, type)
return function(node, out, data)
if node and node.type ~= "Keystone" then
out:NewMod(firstToUpper(type).."Damage", "INC", num, data.modSource)
Expand Down

0 comments on commit ca87ac7

Please sign in to comment.