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 7c7b097 commit c098af4Copy full SHA for c098af4
lib/misprintize.lua
@@ -398,7 +398,7 @@ function Card:get_nominal(mod)
398
end
399
400
function Cryptid.manipulate(card, args)
401
- if not Card.no(card, "immutable", true) or args.bypass_checks then
+ if not Card.no(card, "immutable", true) or (args and args.bypass_checks) then
402
if not args then
403
return Cryptid.manipulate(card, {
404
min = G.GAME.modifiers.cry_misprint_min,
0 commit comments