Skip to content

Commit 2b35c25

Browse files
committed
Update manipulate.lua
1 parent 18fc884 commit 2b35c25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manipulate.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function Card:get_nominal(mod)
5959
end
6060

6161
function Cryptid.manipulate(card, args)
62+
if not card or not card.config or not card.config.center then return end
6263
if not Card.no(card, "immutable", true) or (args and args.bypass_checks) then
6364
if not args then
6465
return Cryptid.manipulate(card, {

0 commit comments

Comments
 (0)