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 6d2fc8b commit de5ac17Copy full SHA for de5ac17
lib/misc.lua
@@ -1150,7 +1150,7 @@ G.FUNCS.exit_overlay_menu_code = function(e)
1150
G.GAME.POINTER_SUBMENU = nil
1151
G.GAME.POINTER_PLAYING = nil
1152
G.GAME.POINTER_COLLECTION = nil
1153
- if G.GAME.CODE_DESTROY_CARD and G.GAME.CODE_DESTROY_CARD.ability.cry_multiuse then
+ if G.GAME.CODE_DESTROY_CARD and G.GAME.CODE_DESTROY_CARD.ability and G.GAME.CODE_DESTROY_CARD.ability.cry_multiuse then
1154
G.GAME.CODE_DESTROY_CARD.ability.cry_multiuse = G.GAME.CODE_DESTROY_CARD.ability.cry_multiuse - 1
1155
G.GAME.CODE_DESTROY_CARD = nil
1156
end
0 commit comments