- Convert "Each" Parameter to "Player" when used with Valid or Defined (A-G)

This commit is contained in:
Sol
2016-02-04 16:29:06 +00:00
parent c1042506c8
commit 2a5ae66753
62 changed files with 78 additions and 83 deletions

View File

@@ -327,7 +327,7 @@ public final class CardScriptParser {
"ImprintedOwner", "EnchantedController", "EnchantedOwner",
"EnchantedPlayer", "AttackingPlayer", "DefendingPlayer",
"ChosenPlayer", "ChosenAndYou", "SourceController", "CardOwner",
"ActivePlayer", "You", "Each", "Opponent");
"ActivePlayer", "You", "Opponent");
/**
* Defined starting strings for players.
*/