Skip to content

Commit

Permalink
Work with quantum enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Eremel committed Dec 27, 2024
1 parent 25b6ae3 commit 69c62e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lovely/enhancement.toml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ pattern = "if context.cardarea == G.jokers or context.card == G.consumeables the
match_indent = true
position = "before"
payload = """
local enhancement = not card.ability.extra_enhancement and card:calculate_enhancement(context)
local enhancement = card:calculate_enhancement(context)
if enhancement then
ret.enhancement = enhancement
end
Expand Down

0 comments on commit 69c62e3

Please sign in to comment.