various text fixes

This commit is contained in:
theelk801 2025-06-13 13:44:33 -04:00
parent 60c8d7254b
commit 58b5bb76f9
107 changed files with 173 additions and 187 deletions

View file

@ -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);
}