Fix formatting

This commit is contained in:
Emik 2025-03-25 04:43:51 +01:00
parent 0a80e6e579
commit 052dff3224
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -235,7 +235,7 @@ SMODS.Joker {
end
}
local operator = Cryptid and "^" or "x"
local operator = Cryptid and "^" or "X"
SMODS.Joker {
key = "betmma",
@ -271,7 +271,7 @@ SMODS.Joker {
card = card,
colour = G.C.jane_RGB,
message = operator .. number_format(num),
[Cryptid and "Echips_mod" or "xchips_mod"] = num,
[Cryptid and "Echips_mod" or "Xchips_mod"] = num,
}, true
end
end
@ -303,8 +303,8 @@ SMODS.Joker {
if context.joker_main and count > 0 then
return {
colour = G.C.DARK_EDITION,
message = "^" .. 2 ^ count .. " Mult",
[Cryptid and "Emult_mod" or "xmult_mod"] = 2 ^ count,
message = operator .. 2 ^ count .. " Mult",
[Cryptid and "Emult_mod" or "Xmult_mod"] = 2 ^ count,
}, true
end
end