mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
AbilityUtils: add CardController for getDefinedPlayers
This commit is contained in:
@@ -1148,6 +1148,9 @@ public class AbilityUtils {
|
||||
players.add(p);
|
||||
}
|
||||
}
|
||||
else if (defined.equals("CardController")) {
|
||||
players.add(card.getController());
|
||||
}
|
||||
else if (defined.equals("CardOwner")) {
|
||||
players.add(card.getOwner());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user