File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -455,16 +455,16 @@ function Cryptid.manipulate(card, args)
455455 end
456456 end
457457 local config = copy_table (card .config .center .config )
458- if card .ability .consumeable then
459- for k , v in pairs (card .ability .consumeable ) do
460- card .ability .consumeable [k ] = Cryptid .deep_copy (card .ability [k ])
461- end
462- end
463458 if not args .bypass_checks and not args .no_deck_effects then
464459 Cryptid .with_deck_effects (card , func )
465460 else
466461 func (card )
467462 end
463+ if card .ability .consumeable then
464+ for k , v in pairs (card .ability .consumeable ) do
465+ card .ability .consumeable [k ] = Cryptid .deep_copy (card .ability [k ])
466+ end
467+ end
468468 -- ew ew ew ew
469469 G .P_CENTERS [card .config .center .key ].config = config
470470 if not Cryptid .base_values [card .config .center .key ] then
You can’t perform that action at this time.
0 commit comments