Skip to content

Commit

Permalink
, {}
Browse files Browse the repository at this point in the history
  • Loading branch information
Toneblock authored Jan 12, 2025
1 parent 5e0db7f commit ea1e73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lovely/better_calc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ position = 'at'
match_indent = true
payload = '''
function eval_card(card, context)
if card.ability.set ~= 'Joker' and card.debuff then return {} end
if card.ability.set ~= 'Joker' and card.debuff then return {}, {} end
context = context or {}
local ret = {}
'''
Expand Down Expand Up @@ -1449,4 +1449,4 @@ target = 'functions/state_events.lua'
match_indent = true
position = 'at'
pattern = '''local percent = (i-0.999)/(#G.hand.cards-0.998) + (j-1)*0.1'''
payload = '''percent = (i-0.999)/(#G.hand.cards-0.998) + (j-1)*0.1'''
payload = '''percent = (i-0.999)/(#G.hand.cards-0.998) + (j-1)*0.1'''

0 comments on commit ea1e73c

Please sign in to comment.