mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed spacing
This commit is contained in:
parent
f88876d137
commit
d5c5b0cdb9
1 changed files with 1 additions and 3 deletions
|
@ -51,9 +51,7 @@ public class PathOfPeace extends CardImpl {
|
|||
|
||||
// Destroy target creature. Its owner gains 4 life.
|
||||
this.getSpellAbility().addEffect(new PathOfPeaceEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
|
||||
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
}
|
||||
|
||||
public PathOfPeace(final PathOfPeace card) {
|
||||
|
|
Loading…
Reference in a new issue