forked from External/mage
Text fixes [M10] [M11] [M12] [M13] [M14] [M15] [ORI] (#10630)
* Text fixes M10-ORI core sets, part 1 * Text fixes M10-ORI core sets, part 2 * Text fixes M10-ORI core sets, part 3 * another text fix
This commit is contained in:
parent
8372c358b2
commit
481384a3c8
78 changed files with 175 additions and 176 deletions
|
|
@ -80,7 +80,7 @@ public class BeginningOfCombatTriggeredAbility extends TriggeredAbilityImpl {
|
|||
case YOU:
|
||||
return "At the beginning of combat on your turn, " + generateZoneString();
|
||||
case OPPONENT:
|
||||
return "At the beginning of each opponent's combat step, " + generateZoneString();
|
||||
return "At the beginning of combat on each opponent's turn, " + generateZoneString();
|
||||
case EACH_PLAYER:
|
||||
return "At the beginning of combat on each player's turn, " + generateZoneString();
|
||||
case ANY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue