mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Merge pull request #6539 from etpalmer63/TogetherFixTwo
Added method to SupportAbility class to allow for removal of 'other' …
This commit is contained in:
commit
2b448cea6a
2 changed files with 11 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ public final class TogetherForever extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}");
|
||||
|
||||
// When Together Forever enters the battlefield, support 2. (Put a +1/+1 counter on each of up to two other target creatures.)
|
||||
this.addAbility(new SupportAbility(this, 2));
|
||||
this.addAbility(new SupportAbility(this, 2, false));
|
||||
|
||||
// {1}: Choose target creature with a counter on it. When that creature dies this turn, return that card to its owner's hand.
|
||||
Ability ability = new SimpleActivatedAbility(new TogetherForeverEffect(), new GenericManaCost(1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue