Skip to content

Commit

Permalink
retrigger api crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MathIsFun0 committed Sep 7, 2024
1 parent 41177cc commit b6b8b2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,8 @@ function Card:calculate_joker(context)
for k, v in pairs(ret) do
_ret[k] = v
end
else
_ret = ret and {}
end
--Apply editions
if (not _ret or not _ret.no_callback) and not context.no_callback then
Expand Down

0 comments on commit b6b8b2a

Please sign in to comment.