mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed AI crashing on Squandered Resources (but it still can't use it).
This commit is contained in:
@@ -246,8 +246,10 @@ public class AbilityUtils {
|
|||||||
return cards;
|
return cards;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (list != null) {
|
||||||
cards.addAll(list);
|
cards.addAll(list);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (c != null) {
|
if (c != null) {
|
||||||
cards.add(c);
|
cards.add(c);
|
||||||
|
|||||||
Reference in New Issue
Block a user