Skip to content

Commit

Permalink
discard message placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Eremel committed Jan 6, 2025
1 parent b118b56 commit adaf952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lovely/better_calc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ position = "at"
payload = '''
local effects = {}
SMODS.calculate_context({discard = true, other_card = G.hand.highlighted[i], full_hand = G.hand.highlighted}, nil, effects)
SMODS.trigger_effects(effects, G.hand.highlighted[i])
SMODS.trigger_effects(effects)
for _, eval in pairs(effects) do
if type(eval) == 'table' then
for key, eval2 in pairs(eval) do
Expand Down

0 comments on commit adaf952

Please sign in to comment.