mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
small text fix
This commit is contained in:
parent
7c2f55eda0
commit
8a05db7fd8
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class SummaryJudgementEffect extends OneShotEffect {
|
|||
SummaryJudgementEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "{this} deals 3 damage to target tapped creature." +
|
||||
"<br><i>Addendum</i> — f you cast this spell during your main phase, " +
|
||||
"<br><i>Addendum</i> — If you cast this spell during your main phase, " +
|
||||
"it deals 5 damage to that creature instead.";
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ public class AfterlifeAbility extends DiesTriggeredAbility {
|
|||
+ CardUtil.numberToText(tokenCount, "a")
|
||||
+ " 1/1 white and black Spirit creature token"
|
||||
+ (tokenCount > 1 ? "s" : "")
|
||||
+ " with flying)</i>";
|
||||
+ " with flying.)</i>";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue