Skip to content

Card.AddCannotBeNormalSummoned ​

Source Code | Usage Examples | Card Functions

Creates and registers an Effect to a monster card that applies a "Cannot be Normal Summoned" Summoning condition to it

Signature ​

Card.AddCannotBeNormalSummoned(Card c) → Effect

lua
c:AddCannotBeNormalSummoned()

Parameters ​

  • Card c ​

    The monster to register the effect to.

Returns ​


registers-effect