mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed Lightmine Field.
This commit is contained in:
@@ -1021,6 +1021,7 @@ public class AbilityFactory {
|
|||||||
if (o instanceof List<?>) {
|
if (o instanceof List<?>) {
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
final List<Player> pList = (List<Player>) o;
|
final List<Player> pList = (List<Player>) o;
|
||||||
|
if (!pList.isEmpty() && pList.get(0) instanceof Player) {
|
||||||
for (final Player p : pList) {
|
for (final Player p : pList) {
|
||||||
if (!players.contains(p)) {
|
if (!players.contains(p)) {
|
||||||
players.add(p);
|
players.add(p);
|
||||||
@@ -1028,6 +1029,7 @@ public class AbilityFactory {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else if (defined.startsWith("Replaced")) {
|
} else if (defined.startsWith("Replaced")) {
|
||||||
final SpellAbility root = sa.getRootAbility();
|
final SpellAbility root = sa.getRootAbility();
|
||||||
Object o = null;
|
Object o = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user