mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Text fix
This commit is contained in:
parent
7f140b627b
commit
6db1426e48
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class WarpArtifact extends CardImpl {
|
|||
Effect effect = new DamageTargetEffect(1);
|
||||
effect.setText("{this} deals 1 damage to that player");
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(Zone.BATTLEFIELD, effect,
|
||||
TargetController.CONTROLLER_ATTACHED_TO, false, true));
|
||||
TargetController.CONTROLLER_ATTACHED_TO, false, true, "At the beginning of the upkeep of enchanted artifact's controller, "));
|
||||
}
|
||||
|
||||
public WarpArtifact(final WarpArtifact card) {
|
||||
|
|
Loading…
Reference in a new issue