This commit is contained in:
Zzooouhh 2018-01-12 16:47:12 +00:00 committed by GitHub
parent 7f140b627b
commit 6db1426e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {