correct justice strike outcome removal to damage

This commit is contained in:
brodee 2018-10-28 00:33:47 -07:00
parent 4f61afa62b
commit 893fd5dfc9

View file

@ -38,7 +38,7 @@ public final class JusticeStrike extends CardImpl {
class JusticeStrikeEffect extends OneShotEffect { class JusticeStrikeEffect extends OneShotEffect {
public JusticeStrikeEffect() { public JusticeStrikeEffect() {
super(Outcome.Removal); super(Outcome.Damage);
this.staticText = "Target creature deals damage to itself equal to its power."; this.staticText = "Target creature deals damage to itself equal to its power.";
} }