diff --git a/src/joker.lua b/src/joker.lua index 22aeb89..bbf5a9c 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -477,6 +477,11 @@ joker { table.insert(info_queue, G.P_SEALS.Purple) table.insert(info_queue, G.P_CENTERS.e_negative) end, + in_pool = function() + return f(G.playing_cards):any(function(v) + return v.seal == "Purple" + end) + end, } joker {