mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Bedazzle not dealing damage
This commit is contained in:
parent
8d79d456bc
commit
722e44ff2e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public final class BedeckBedazzle extends SplitCard {
|
||||||
// Destroy target nonbasic land. Bedazzle deals 2 damage to target opponent or planeswalker.
|
// Destroy target nonbasic land. Bedazzle deals 2 damage to target opponent or planeswalker.
|
||||||
this.getRightHalfCard().getSpellAbility().addEffect(new BedazzleEffect());
|
this.getRightHalfCard().getSpellAbility().addEffect(new BedazzleEffect());
|
||||||
this.getRightHalfCard().getSpellAbility().addTarget(new TargetLandPermanent());
|
this.getRightHalfCard().getSpellAbility().addTarget(new TargetLandPermanent());
|
||||||
this.getSpellAbility().addTarget(new TargetOpponentOrPlaneswalker());
|
this.getRightHalfCard().getSpellAbility().addTarget(new TargetOpponentOrPlaneswalker());
|
||||||
}
|
}
|
||||||
|
|
||||||
private BedeckBedazzle(final BedeckBedazzle card) {
|
private BedeckBedazzle(final BedeckBedazzle card) {
|
||||||
|
|
Loading…
Reference in a new issue