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 28218a6 commit a273e74Copy full SHA for a273e74
lib/ui.lua
@@ -242,7 +242,7 @@ function Card:move(dt)
242
end
243
244
function Card:get_banned_force_popup_areas()
245
- return {G.pack_cards}
+ return { G.pack_cards }
246
247
-- This defines when we should show a card's description even when it's not hovered
248
function Card:force_popup()
0 commit comments