mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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…
Add table
Add a link
Reference in a new issue