Fix formatting
This commit is contained in:
parent
0a80e6e579
commit
052dff3224
1 changed files with 4 additions and 4 deletions
|
|
@ -235,7 +235,7 @@ SMODS.Joker {
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
local operator = Cryptid and "^" or "x"
|
local operator = Cryptid and "^" or "X"
|
||||||
|
|
||||||
SMODS.Joker {
|
SMODS.Joker {
|
||||||
key = "betmma",
|
key = "betmma",
|
||||||
|
|
@ -271,7 +271,7 @@ SMODS.Joker {
|
||||||
card = card,
|
card = card,
|
||||||
colour = G.C.jane_RGB,
|
colour = G.C.jane_RGB,
|
||||||
message = operator .. number_format(num),
|
message = operator .. number_format(num),
|
||||||
[Cryptid and "Echips_mod" or "xchips_mod"] = num,
|
[Cryptid and "Echips_mod" or "Xchips_mod"] = num,
|
||||||
}, true
|
}, true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
@ -303,8 +303,8 @@ SMODS.Joker {
|
||||||
if context.joker_main and count > 0 then
|
if context.joker_main and count > 0 then
|
||||||
return {
|
return {
|
||||||
colour = G.C.DARK_EDITION,
|
colour = G.C.DARK_EDITION,
|
||||||
message = "^" .. 2 ^ count .. " Mult",
|
message = operator .. 2 ^ count .. " Mult",
|
||||||
[Cryptid and "Emult_mod" or "xmult_mod"] = 2 ^ count,
|
[Cryptid and "Emult_mod" or "Xmult_mod"] = 2 ^ count,
|
||||||
}, true
|
}, true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue