We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd8ee1b + b3c4826 commit 7907d24Copy full SHA for 7907d24
utilities/functions.lua
@@ -14,6 +14,10 @@ XIII.compat_check = function(card, target)
14
return false
15
end
16
17
+ if not Blockbuster or not Blockbuster.ValueManipulation or not Blockbuster.ValueManipulation.CompatStandards then
18
+ return true
19
+ end
20
+
21
for _, standard in pairs(Blockbuster.ValueManipulation.CompatStandards) do
22
if standard.exempt_jokers and standard.exempt_jokers[target.config.center.key] then
23
0 commit comments