mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
[MAT] Implement Nissa, Resurgent Animist
This commit is contained in:
parent
4b0b30f471
commit
406d61a55f
3 changed files with 59 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public class IfAbilityHasResolvedXTimesEffect extends OneShotEffect {
|
|||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
return "If this is the " + CardUtil.numberToOrdinalText(resolutionNumber) +
|
||||
return "if this is the " + CardUtil.numberToOrdinalText(resolutionNumber) +
|
||||
" time this ability has resolved this turn, " + effect.getText(mode);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue