[MIC] various text fixes

This commit is contained in:
Evan Kranzler 2021-10-04 21:16:14 -04:00
parent 53540b9b36
commit 4fe2904f3f
28 changed files with 88 additions and 84 deletions

View file

@ -115,7 +115,7 @@ public class BeginningOfEndStepTriggeredAbility extends TriggeredAbilityImpl {
case CONTROLLER_ATTACHED_TO:
return "At the beginning of the end step of enchanted permanent's controller, " + generateConditionString();
case ENCHANTED:
return "At the beginning of enchanted player's draw step, " + generateConditionString();
return "At the beginning of enchanted player's end step, " + generateConditionString();
}
return "";
}

View file

@ -164,7 +164,7 @@ public class FlashbackAbility extends SpellAbility {
sbRule.append('.');
}
if (abilityName != null) {
sbRule.append(' ');
sbRule.append(". ");
sbRule.append(abilityName);
}
sbRule.append(" <i>(You may cast this card from your graveyard for its flashback cost. Then exile it.)</i>");