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