mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
small text fix
This commit is contained in:
parent
a89f476d1a
commit
d26830b9aa
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ public final class SoulImmolation extends CardImpl {
|
|||
this.getSpellAbility().addEffect(new DamagePlayersEffect(GetXValue.instance, TargetController.OPPONENT));
|
||||
this.getSpellAbility().addEffect(new DamageAllEffect(
|
||||
GetXValue.instance, StaticFilters.FILTER_OPPONENTS_PERMANENT_CREATURES
|
||||
).setText("{this} deals X damage to each opponent and each creature they control"));
|
||||
).setText("and each creature they control"));
|
||||
}
|
||||
|
||||
private SoulImmolation(final SoulImmolation card) {
|
||||
|
|
@ -51,7 +51,7 @@ class SoulImmolationCost extends VariableCostImpl {
|
|||
|
||||
SoulImmolationCost() {
|
||||
super(VariableCostType.ADDITIONAL, "amount to blight");
|
||||
this.setText("blight X. X can't be greater than the greatest toughness among creatures you control.");
|
||||
this.setText("blight X. X can't be greater than the greatest toughness among creatures you control");
|
||||
}
|
||||
|
||||
private SoulImmolationCost(final SoulImmolationCost cost) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue