mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Removing setText, updating filter
This commit is contained in:
parent
a186a6f21e
commit
39a4e7644e
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ public final class AggressiveNegotiations extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{2}{B}");
|
||||
|
||||
// Target opponent reveals their hand. You choose a nonland card from it. That player exiles that card.
|
||||
Effect effect1 = new ExileCardYouChooseTargetOpponentEffect(StaticFilters.FILTER_CARD_NON_LAND);
|
||||
effect1.setText("Target player reveals their hand. You choose a nonland card from it and exile that card.");
|
||||
Effect effect1 = new ExileCardYouChooseTargetOpponentEffect(StaticFilters.FILTER_CARD_A_NON_LAND);
|
||||
this.getSpellAbility().addEffect(effect1);
|
||||
this.getSpellAbility().addTarget(new TargetPlayer());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue