Skip to content

Commit c098af4

Browse files
📫
1 parent 7c7b097 commit c098af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/misprintize.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ function Card:get_nominal(mod)
398398
end
399399

400400
function Cryptid.manipulate(card, args)
401-
if not Card.no(card, "immutable", true) or args.bypass_checks then
401+
if not Card.no(card, "immutable", true) or (args and args.bypass_checks) then
402402
if not args then
403403
return Cryptid.manipulate(card, {
404404
min = G.GAME.modifiers.cry_misprint_min,

0 commit comments

Comments
 (0)