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 df636d7 commit e8d62e1Copy full SHA for e8d62e1
src/lua/utils.lua
@@ -707,7 +707,9 @@ end
707
---@return string description The description text from UI
708
function utils.get_card_ui_description(card)
709
-- Generate the UI structure (same as hover tooltip)
710
- local ui_table = card:generate_UIBox_ability_table()
+ card:hover()
711
+ card:stop_hover()
712
+ local ui_table = card.ability_UIBox_table
713
if not ui_table then
714
return ""
715
end
0 commit comments