We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac47c4 commit bb110ccCopy full SHA for bb110cc
items/misc_joker.lua
@@ -303,7 +303,6 @@ local queensgambit = {
303
if
304
G.GAME.current_round.current_hand.handname == "Royal Flush"
305
and context.destroying_card:get_id() == 12
306
- and not context.destroying_card.ability.eternal
307
then
308
card_eval_status_text(
309
card,
@@ -324,7 +323,7 @@ local queensgambit = {
324
323
return true
325
end,
326
}))
327
- return { remove = true }
+ return { remove = not context.destroying_card.ability.eternal }
328
end
329
330
0 commit comments