Fix non-cryptid formatting
This commit is contained in:
parent
8c4ce9bb00
commit
9f5eedb704
2 changed files with 2 additions and 2 deletions
|
|
@ -12,5 +12,5 @@
|
||||||
"Bakery (>=0.1.26~*)"
|
"Bakery (>=0.1.26~*)"
|
||||||
],
|
],
|
||||||
"conflicts": ["Jen"],
|
"conflicts": ["Jen"],
|
||||||
"version": "0.2.4"
|
"version": "0.2.5"
|
||||||
}
|
}
|
||||||
|
|
@ -521,7 +521,7 @@ SMODS.Joker {
|
||||||
card = card,
|
card = card,
|
||||||
colour = G.C.jane_RGB,
|
colour = G.C.jane_RGB,
|
||||||
sound = "talisman_eeechip",
|
sound = "talisman_eeechip",
|
||||||
message = "^^" .. attune .. " Chips & Mult",
|
message = (Cryptid and "^^" or "^") .. attune .. " Chips & Mult",
|
||||||
[Cryptid and "EEchip_mod" or "Echip_mod"] = attune,
|
[Cryptid and "EEchip_mod" or "Echip_mod"] = attune,
|
||||||
[Cryptid and "EEmult_mod" or "Emult_mod"] = attune,
|
[Cryptid and "EEmult_mod" or "Emult_mod"] = attune,
|
||||||
}, true
|
}, true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue