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 18fc884 commit 2b35c25Copy full SHA for 2b35c25
manipulate.lua
@@ -59,6 +59,7 @@ function Card:get_nominal(mod)
59
end
60
61
function Cryptid.manipulate(card, args)
62
+ if not card or not card.config or not card.config.center then return end
63
if not Card.no(card, "immutable", true) or (args and args.bypass_checks) then
64
if not args then
65
return Cryptid.manipulate(card, {
0 commit comments