magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.92k stars 781 forks source link

Check cards that might not behave with type changing alternative cast in targetting. #11174

Open Susucre opened 1 year ago

Susucre commented 1 year ago

Those 12 cards need to be checked for usage of spellAbility.getCharacteristics like [[Brine Comber]] in #11170.

github-actions[bot] commented 1 year ago

Brine Comber // Brinebound Gift - (Gatherer) (Scryfall) (EDHREC)

{1}{W}{U} Creature — Spirit 1/1 Whenever Brine Comber enters the battlefield or becomes the target of an Aura spell, create a 1/1 white Spirit creature token with flying. Disturb {W}{U} (You may cast this card from your graveyard transformed for its disturb cost.) :arrows_counterclockwise: Enchantment — Aura Enchant creature Whenever Brinebound Gift enters the battlefield or enchanted creature becomes the target of an Aura spell, create a 1/1 white Spirit creature token with flying. If Brinebound Gift would be put into a graveyard from anywhere, exile it instead.

ssk97 commented 1 year ago

This might also allow us to remove some of the Bestow hacks currently included in the Spell class once completed.