mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
fixed Darkblade Agent not registering surveil
This commit is contained in:
parent
461e5b2682
commit
3686d7461b
1 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ import mage.constants.Zone;
|
|||
import mage.game.Game;
|
||||
import mage.game.events.GameEvent;
|
||||
import mage.watchers.Watcher;
|
||||
import mage.watchers.common.SpellsCastWatcher;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -59,7 +58,7 @@ public final class DarkbladeAgent extends CardImpl {
|
|||
"and \"Whenever this creature deals "
|
||||
+ "combat damage to a player, draw a card.\""
|
||||
));
|
||||
this.addAbility(ability, new SpellsCastWatcher());
|
||||
this.addAbility(ability, new DarkbladeAgentWatcher());
|
||||
}
|
||||
|
||||
public DarkbladeAgent(final DarkbladeAgent card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue