Remove dead code

This commit is contained in:
Emik 2025-03-26 13:33:45 +01:00
parent e72d2777d9
commit 7b32a73c48
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -598,12 +598,11 @@ SMODS.Joker {
end
local function spawn()
local text = context.selling_self and "..!" or "..."
local rot = copy_card(card)
rot.cloned = true
rot:add_to_deck()
G.jokers:emplace(rot)
Jane.card_status_text(rot, text, nil, 0.05 * card.T.h, G.C.BLACK, 3, 0, 0, nil, "bm")
Jane.card_status_text(rot, "...", nil, 0.05 * card.T.h, G.C.BLACK, 3, 0, 0, nil, "bm")
end
if has_room() and not card.cloned and is_end_of_ante() then