Change misfortune to be conditionally in pool

This commit is contained in:
Emik 2026-02-13 21:18:42 +01:00
parent dd7188cbae
commit bf15f05563
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -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 {