mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Convert "Each" Parameter to "Player" when used with Valid or Defined (A-G)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user