Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Eremel committed Jan 11, 2025
1 parent 1328bec commit ae09129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lovely/better_calc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ match_indent = true
position = "at"
payload = '''
local effects = {}
SMODS.calculate_context({discard = true, other_card = G.hand.highlighted[i], full_hand = G.hand.highlighted}, nil, effects)
SMODS.calculate_context({discard = true, other_card = G.hand.highlighted[i], full_hand = G.hand.highlighted}, effects)
SMODS.trigger_effects(effects)
for _, eval in pairs(effects) do
if type(eval) == 'table' then
Expand Down
2 changes: 1 addition & 1 deletion version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "1.0.0~ALPHA-1311g-STEAMODDED"
return "1.0.0~ALPHA-1311h-STEAMODDED"

0 comments on commit ae09129

Please sign in to comment.