Fix 2 joker effects

This commit is contained in:
Emik 2025-03-30 03:20:45 +02:00
parent a879fa12b2
commit 98265a1bbe
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D
2 changed files with 3 additions and 3 deletions

View file

@ -12,5 +12,5 @@
"Bakery (>=0.1.26~*)"
],
"conflicts": ["Jen"],
"version": "0.3.0"
"version": "0.3.1"
}

View file

@ -502,7 +502,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 "e_chips" or "x_chips"] = num,
}, true
end
end
@ -626,7 +626,7 @@ SMODS.Joker {
return {
colour = G.C.DARK_EDITION,
message = operator .. 2 ^ count .. " Mult",
[Cryptid and "Emult_mod" or "Xmult_mod"] = 2 ^ count,
[Cryptid and "e_mult" or "x_mult"] = 2 ^ count,
}, true
end
end