forked from External/mage
fix oversight for real this time
This commit is contained in:
parent
97fd15d7a6
commit
646d34a90e
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ public final class InsultInjury extends SplitCard {
|
||||||
// Injury
|
// Injury
|
||||||
// Injury deals 2 damage to target creature and 2 damage to target player.
|
// Injury deals 2 damage to target creature and 2 damage to target player.
|
||||||
getRightHalfCard().addAbility(new AftermathAbility().setRuleAtTheTop(true));
|
getRightHalfCard().addAbility(new AftermathAbility().setRuleAtTheTop(true));
|
||||||
getRightHalfCard().getSpellAbility().addTarget(new TargetCreaturePermanent());
|
getRightHalfCard().getSpellAbility().addTarget(new TargetCreaturePermanent().setTargetTag(1));
|
||||||
getRightHalfCard().getSpellAbility().addTarget(new TargetPlayerOrPlaneswalker());
|
getRightHalfCard().getSpellAbility().addTarget(new TargetPlayerOrPlaneswalker().setTargetTag(2));
|
||||||
getRightHalfCard().getSpellAbility().addEffect(new DamageTargetAndTargetEffect(2, 2));
|
getRightHalfCard().getSpellAbility().addEffect(new DamageTargetAndTargetEffect(2, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue