Change misfortune to be conditionally in pool
This commit is contained in:
parent
dd7188cbae
commit
bf15f05563
1 changed files with 5 additions and 0 deletions
|
|
@ -477,6 +477,11 @@ joker {
|
||||||
table.insert(info_queue, G.P_SEALS.Purple)
|
table.insert(info_queue, G.P_SEALS.Purple)
|
||||||
table.insert(info_queue, G.P_CENTERS.e_negative)
|
table.insert(info_queue, G.P_CENTERS.e_negative)
|
||||||
end,
|
end,
|
||||||
|
in_pool = function()
|
||||||
|
return f(G.playing_cards):any(function(v)
|
||||||
|
return v.seal == "Purple"
|
||||||
|
end)
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
joker {
|
joker {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue