mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Decimator Beetle - Fixed a problem of target handling (probably fixes #3423).
This commit is contained in:
parent
64f8c234f1
commit
a90f65ef58
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue