Skip to content

Commit 2f33189

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 66eb2f9 commit 2f33189

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

lib/overrides.lua

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,19 +2081,12 @@ if SMODS and SMODS.Mods and (not SMODS.Mods.Talisman or not SMODS.Mods.Talisman.
20812081
update_hand_text({ delay = 0 }, { chips = hand_chips, mult = mult })
20822082
if not effect.remove_default_message then
20832083
if from_edition then
2084-
card_eval_status_text(
2085-
scored_card,
2086-
"jokers",
2087-
nil,
2088-
percent,
2089-
nil,
2090-
{
2091-
message = "^" .. amount .. " " .. localize("k_mult"),
2092-
colour = G.C.EDITION,
2093-
edition = true,
2094-
sound = "cry_emult",
2095-
}
2096-
)
2084+
card_eval_status_text(scored_card, "jokers", nil, percent, nil, {
2085+
message = "^" .. amount .. " " .. localize("k_mult"),
2086+
colour = G.C.EDITION,
2087+
edition = true,
2088+
sound = "cry_emult",
2089+
})
20972090
elseif key ~= "Emult_mod" then
20982091
if effect.emult_message or effect.message then
20992092
local msg = effect.echip_message or effect.message

0 commit comments

Comments
 (0)