Fix 2 joker effects
This commit is contained in:
parent
a879fa12b2
commit
98265a1bbe
2 changed files with 3 additions and 3 deletions
|
|
@ -12,5 +12,5 @@
|
|||
"Bakery (>=0.1.26~*)"
|
||||
],
|
||||
"conflicts": ["Jen"],
|
||||
"version": "0.3.0"
|
||||
"version": "0.3.1"
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue