mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
correct justice strike outcome removal to damage
This commit is contained in:
parent
4f61afa62b
commit
893fd5dfc9
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue