Skip to content

aux.addLizardCheck

Source Code | Usage Examples | aux 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

aux.addLizardCheck(Card c) → Effect

lua
aux.addLizardCheck(c)

Parameters

  • Card c

    The card to register the effect to.

Returns


registers-effect, special-handling