Skip to content

Commit

Permalink
Merge pull request #402 from Toneblock/main
Browse files Browse the repository at this point in the history
, {}
  • Loading branch information
Aurelius7309 authored Jan 12, 2025
2 parents 76edb86 + ea1e73c commit f61dc52
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 f61dc52

Please sign in to comment.