mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
moved Watchers to Ability and moved Counters to CardState
This commit is contained in:
parent
620a3b9a52
commit
632573fc3e
204 changed files with 1516 additions and 347 deletions
|
|
@ -69,7 +69,7 @@ public class SirensCall extends CardImpl {
|
|||
|
||||
// At the beginning of the next end step, destroy all non-Wall creatures that player controls that didn't attack this turn. Ignore this effect for each creature the player didn't control continuously since the beginning of the turn.
|
||||
this.getSpellAbility().addEffect(new CreateDelayedTriggeredAbilityEffect(new AtTheBeginOfNextEndStepDelayedTriggeredAbility(new SirensCallDestroyEffect())));
|
||||
this.addWatcher(new AttackedThisTurnWatcher());
|
||||
this.getSpellAbility().addWatcher(new AttackedThisTurnWatcher());
|
||||
}
|
||||
|
||||
public SirensCall(final SirensCall card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue