Remove dead code
This commit is contained in:
parent
e72d2777d9
commit
7b32a73c48
1 changed files with 1 additions and 2 deletions
|
|
@ -598,12 +598,11 @@ SMODS.Joker {
|
||||||
end
|
end
|
||||||
|
|
||||||
local function spawn()
|
local function spawn()
|
||||||
local text = context.selling_self and "..!" or "..."
|
|
||||||
local rot = copy_card(card)
|
local rot = copy_card(card)
|
||||||
rot.cloned = true
|
rot.cloned = true
|
||||||
rot:add_to_deck()
|
rot:add_to_deck()
|
||||||
G.jokers:emplace(rot)
|
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
|
end
|
||||||
|
|
||||||
if has_room() and not card.cloned and is_end_of_ante() then
|
if has_room() and not card.cloned and is_end_of_ante() then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue