AbilityUtils: add CardController for getDefinedPlayers

This commit is contained in:
Hanmac
2017-10-16 17:52:05 +00:00
parent 477408676d
commit 6cff21f47b

View File

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