forked from External/mage
latest
This commit is contained in:
parent
058af9a48e
commit
cbb37e7933
126 changed files with 3253 additions and 911 deletions
|
|
@ -42,6 +42,7 @@ public class CounterTargetEffect extends OneShotEffect {
|
|||
super(Outcome.Detriment);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game) {
|
||||
return game.getStack().counter(this.source.getFirstTarget(), source.getSourceId(), game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue