mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- The AI will now only retrieve his own cards from the graveyard to hand.
This commit is contained in:
@@ -1389,7 +1389,9 @@ public final class AbilityFactoryChangeZone {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else if (origin.equals(Zone.Graveyard)) {
|
} else if (origin.equals(Zone.Graveyard)) {
|
||||||
// Retrieve from Graveyard to:
|
if (destination.equals(Zone.Hand)) {//only retrieve cards from computer graveyard
|
||||||
|
list = list.getController(AllZone.getComputerPlayer());
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user