diff --git a/manifest.json b/manifest.json index 56ea17e..0c79f1c 100644 --- a/manifest.json +++ b/manifest.json @@ -12,5 +12,5 @@ "Bakery (>=0.1.26~*)" ], "conflicts": ["Jen"], - "version": "0.3.0" + "version": "0.3.1" } \ No newline at end of file diff --git a/src/joker.lua b/src/joker.lua index 32855ed..0b62ec0 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -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