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 718029b commit ad22cfcCopy full SHA for ad22cfc
src/lua/api.lua
@@ -692,6 +692,7 @@ API.functions["shop"] = function(args)
692
ERROR_CODES.INVALID_ACTION,
693
{ index = args.index }
694
)
695
+ return
696
end
697
elseif card.ability.set == "Planet" or card.ability.set == "Tarot" or card.ability.set == "Spectral" then
698
-- Check for free consumable slots (typo is intentional, present in source)
0 commit comments