forked from External/mage
[MIC] various text fixes
This commit is contained in:
parent
53540b9b36
commit
4fe2904f3f
28 changed files with 88 additions and 84 deletions
|
|
@ -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 "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue