mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Fixed #4477
This commit is contained in:
parent
8596a92ed8
commit
27d99d4c1d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class SwordOfWarAndPeaceAbility extends TriggeredAbilityImpl {
|
|||
public SwordOfWarAndPeaceAbility() {
|
||||
super(Zone.BATTLEFIELD, new SwordOfWarAndPeaceDamageEffect());
|
||||
this.addEffect(new GainLifeEffect(new CardsInControllerHandCount()));
|
||||
this.addTarget(new TargetPlayer());
|
||||
this.addTarget(new TargetPlayer(1, 1, true));
|
||||
}
|
||||
|
||||
public SwordOfWarAndPeaceAbility(final SwordOfWarAndPeaceAbility ability) {
|
||||
|
|
Loading…
Reference in a new issue