Skip to content

Auxiliary.addLizardCheck

Source Code | Auxiliary Functions

Creates and registers an Effect to a card such that it will be excluded by "Clock Lizard" when checking what cards it can return to the Extra Deck.

Signature

Auxiliary.addLizardCheck(Card c) → effect

lua
Auxiliary.addLizardCheck(c)

Parameters

  • Card c

    The card to register the effect to.

Returns

  • effect

    The effect that was registered.


registers-effect, special-handling