You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cause seems to be a BetterCalc patch for eval_card that returns a single table for non-joker debuffed cards (rather than returning two for any post triggers).
## eval_card()# handle debuffed playing cards
[[patches]]
[patches.pattern]
target = "functions/common_events.lua"pattern = '''function eval_card(card, context) context = context or {} local ret = {}'''position = 'at'match_indent = truepayload = '''function eval_card(card, context) if card.ability.set ~= 'Joker' and card.debuff then return {} end context = context or {} local ret = {}'''
The cause seems to be a BetterCalc patch for
eval_card
that returns a single table for non-joker debuffed cards (rather than returning two for any post triggers).Download for the crash log in the video
2025-01-10.13-27-11.mp4
The text was updated successfully, but these errors were encountered: