mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
replaced some more card moving method calls
This commit is contained in:
parent
6a7b2e80ac
commit
06eeb90b3d
12 changed files with 224 additions and 276 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.abilities.keyword;
|
||||
|
||||
import mage.MageObjectReference;
|
||||
|
|
@ -10,7 +9,6 @@ import mage.constants.Outcome;
|
|||
import mage.constants.Zone;
|
||||
import mage.game.Game;
|
||||
import mage.game.events.GameEvent;
|
||||
import mage.game.events.GameEvent.EventType;
|
||||
import mage.game.stack.Spell;
|
||||
import mage.game.stack.StackObject;
|
||||
import mage.watchers.common.GravestormWatcher;
|
||||
|
|
@ -22,6 +20,7 @@ public class GravestormAbility extends TriggeredAbilityImpl {
|
|||
|
||||
public GravestormAbility() {
|
||||
super(Zone.STACK, new GravestormEffect());
|
||||
this.addWatcher(new GravestormWatcher());
|
||||
}
|
||||
|
||||
private GravestormAbility(final GravestormAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue