diff --git a/lovely/enhancement.toml b/lovely/enhancement.toml index 0a9ed420..b9bdceef 100644 --- a/lovely/enhancement.toml +++ b/lovely/enhancement.toml @@ -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