mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed AI not playing Reality Strobe from suspend when only lands are available as targets.
This commit is contained in:
@@ -834,6 +834,8 @@ public class ChangeZoneAi extends SpellAbilityAi {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// bounce opponents stuff
|
||||||
|
list = CardLists.filterControlledBy(list, ai.getOpponents());
|
||||||
if (!CardLists.getNotType(list, "Land").isEmpty()) {
|
if (!CardLists.getNotType(list, "Land").isEmpty()) {
|
||||||
// When bouncing opponents stuff other than lands, don't bounce cards with CMC 0
|
// When bouncing opponents stuff other than lands, don't bounce cards with CMC 0
|
||||||
list = CardLists.filter(list, new Predicate<Card>() {
|
list = CardLists.filter(list, new Predicate<Card>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user