Skip to content

Card.AddMustBeSpecialSummoned

Source Code | Card Functions

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

Signature

Card.AddMustBeSpecialSummoned(Card c) → Effect

lua
c:AddMustBeSpecialSummoned()

Parameters

  • Card c

    The monster to register the effect to.

Returns


See Also


registers-effect