mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed a bug in changeHiddenOriginCanPlayAI.
This commit is contained in:
@@ -431,7 +431,7 @@ public final class AbilityFactoryChangeZone {
|
|||||||
|
|
||||||
if ((type != null) && p.isComputer()) {
|
if ((type != null) && p.isComputer()) {
|
||||||
// AI only "knows" about his information
|
// AI only "knows" about his information
|
||||||
list = AbilityFactory.filterListByType(list, params.get("ChangeType"), sa);
|
list = list.getValidCards(type, source.getController(), source);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (list.isEmpty()) {
|
if (list.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user