forked from External/mage
various text fixes
This commit is contained in:
parent
60c8d7254b
commit
58b5bb76f9
107 changed files with 173 additions and 187 deletions
|
|
@ -40,7 +40,7 @@ public class EndOfCombatTriggeredAbility extends AtStepTriggeredAbility {
|
|||
case ANY:
|
||||
return "At end of combat, ";
|
||||
case YOU:
|
||||
return "At the end of combat on your turn, ";
|
||||
return "At end of combat on your turn, ";
|
||||
default:
|
||||
throw new UnsupportedOperationException("Unsupported TargetController in EndOfCombatTriggeredAbility: " + targetController);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue