1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 09:11:12 -09:00

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

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