Skip to content

Commit 4e94ee6

Browse files
committed
pack cards also don't work well with the new UI
1 parent c3fae02 commit 4e94ee6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/ui.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ function Card:force_popup()
256256
if SMODS.Mods["incantation"] and self.area == G.consumeables then
257257
return false
258258
end
259+
-- Other areas where it doesn't work well
260+
if self.area == G.pack_cards then
261+
return false
262+
end
259263
return true
260264
end
261265
end

0 commit comments

Comments
 (0)