Coerce
This commit is contained in:
parent
f023e909ad
commit
55bf3ec8a1
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"id": "Roland",
|
||||
"name": "Roland",
|
||||
"prefix": "Roland",
|
||||
"version": "2.9.46",
|
||||
"version": "2.9.47",
|
||||
"badge_colour": "8BE9FD",
|
||||
"display_name": "Roland",
|
||||
"main_file": "src/main.lua",
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ blind {
|
|||
local _ = not b.disabled and context.drawing_cards and table.sort(G.deck.cards, sort_by_enhancement)
|
||||
end,
|
||||
in_pool = function()
|
||||
return G.playing_cards and f(G.playing_cards):any(has_enhancement)
|
||||
return G.playing_cards and not not f(G.playing_cards):any(has_enhancement)
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue