mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
* Becomes a copy abilities: improved support with MDF cards (#8335);
This commit is contained in:
parent
35b257bd8f
commit
afdae939c3
9 changed files with 141 additions and 18 deletions
|
|
@ -30,7 +30,8 @@ public final class ZamWesell extends CardImpl {
|
|||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
|
||||
// When you cast Zam Wessel, target opponent reveals their hand. You may choose a creature card from it and have Zam Wessel enter the battlefield as a copy of that creature card.
|
||||
// When you cast Zam Wesell, target opponent reveals their hand. You may choose a creature card from it and have Zam Wesell enter the battlefield as a copy of that creature card.
|
||||
// TODO: Zam Wesell must be reworked to use on cast + etb abilities
|
||||
Ability ability = new CastSourceTriggeredAbility(new RevealHandTargetEffect());
|
||||
ability.addEffect(new ZamWesselEffect());
|
||||
ability.addTarget(new TargetOpponent());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue