Skip to content

Commit bb110cc

Browse files
Update misc_joker.lua
1 parent 7ac47c4 commit bb110cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ local queensgambit = {
303303
if
304304
G.GAME.current_round.current_hand.handname == "Royal Flush"
305305
and context.destroying_card:get_id() == 12
306-
and not context.destroying_card.ability.eternal
307306
then
308307
card_eval_status_text(
309308
card,
@@ -324,7 +323,7 @@ local queensgambit = {
324323
return true
325324
end,
326325
}))
327-
return { remove = true }
326+
return { remove = not context.destroying_card.ability.eternal }
328327
end
329328
end
330329
end,

0 commit comments

Comments
 (0)