* Decimator Beetle - Fixed a problem of target handling (probably fixes #3423).

This commit is contained in:
LevelX2 2017-05-26 10:53:38 +02:00
parent 64f8c234f1
commit a90f65ef58

View file

@ -75,7 +75,7 @@ public class DecimatorBeetle extends CardImpl {
ability2.addTarget(new TargetControlledCreaturePermanent());
ability2.addTarget(new TargetCreaturePermanent(new FilterCreaturePermanent("creature defending player controls")));
this.addAbility(ability2);
this.originalId = ability2.getId();
this.originalId = ability2.getOriginalId();
}
public DecimatorBeetle(final DecimatorBeetle card) {