mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
text adjustment: Specter of Mortality
This commit is contained in:
parent
b7e1a53d5e
commit
c40971a867
1 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ public final class SpecterOfMortality extends CardImpl {
|
||||||
new ExileFromGraveCost(
|
new ExileFromGraveCost(
|
||||||
new TargetCardInYourGraveyard(
|
new TargetCardInYourGraveyard(
|
||||||
1, Integer.MAX_VALUE,
|
1, Integer.MAX_VALUE,
|
||||||
StaticFilters.FILTER_CARD_CREATURES, true
|
StaticFilters.FILTER_CARD_CREATURES_YOUR_GRAVEYARD, true
|
||||||
), true
|
), true
|
||||||
),
|
),
|
||||||
"Exile creature cards from your graveyard?"
|
"Exile creature cards from your graveyard?"
|
||||||
|
|
@ -65,7 +65,7 @@ class SpecterOfMortalityEffect extends OneShotEffect {
|
||||||
|
|
||||||
SpecterOfMortalityEffect() {
|
SpecterOfMortalityEffect() {
|
||||||
super(Outcome.Removal);
|
super(Outcome.Removal);
|
||||||
staticText = "Each other creature gets -X/-X until end of turn, where X is the number of cards exiled this way";
|
staticText = "each other creature gets -X/-X until end of turn, where X is the number of cards exiled this way";
|
||||||
}
|
}
|
||||||
|
|
||||||
private SpecterOfMortalityEffect(final SpecterOfMortalityEffect effect) {
|
private SpecterOfMortalityEffect(final SpecterOfMortalityEffect effect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue