mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- C14: Added Domineering Will and Infernal Offering
This commit is contained in:
@@ -1049,14 +1049,14 @@ public class AbilityUtils {
|
||||
}
|
||||
else if (defined.equals("ChosenPlayer")) {
|
||||
final Player p = card.getChosenPlayer();
|
||||
if (!players.contains(p)) {
|
||||
if (p != null && !players.contains(p)) {
|
||||
players.add(p);
|
||||
}
|
||||
}
|
||||
else if (defined.equals("ChosenAndYou")) {
|
||||
players.add(sa.getActivatingPlayer());
|
||||
final Player p = card.getChosenPlayer();
|
||||
if (!players.contains(p)) {
|
||||
if (p != null && !players.contains(p)) {
|
||||
players.add(p);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user