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