mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*Schemes: Changed DefinedPlayer Opponent so that it adds all opponents
This commit is contained in:
@@ -1123,7 +1123,7 @@ public class AbilityFactory {
|
||||
}
|
||||
|
||||
if (defined.equals("Opponent") || defined.equals("Each")) {
|
||||
players.add(sa.getActivatingPlayer().getOpponent());
|
||||
players.addAll(sa.getActivatingPlayer().getOpponents());
|
||||
}
|
||||
} else {
|
||||
for (Player p : Singletons.getModel().getGame().getPlayers()) {
|
||||
|
||||
Reference in New Issue
Block a user