mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
[minor] Improved inform text of Death denied.
This commit is contained in:
parent
514d21375c
commit
a573d2c026
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class DeathDenied extends CardImpl<DeathDenied> {
|
|||
if (ability instanceof SpellAbility) {
|
||||
ability.getTargets().clear();
|
||||
int xValue = ability.getManaCostsToPay().getX();
|
||||
Target target = new TargetCardInYourGraveyard(xValue, new FilterCreatureCard(new StringBuilder(xValue).append(xValue != 1?" creatures":"creature").toString()));
|
||||
Target target = new TargetCardInYourGraveyard(xValue, new FilterCreatureCard(new StringBuilder(xValue).append(xValue != 1?" creature cards":"creature card").append(" from your graveyard").toString()));
|
||||
ability.addTarget(target);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue