- The AI will now only retrieve his own cards from the graveyard to hand.

This commit is contained in:
Sloth
2011-11-29 10:29:07 +00:00
parent 593fbf80c7
commit 0b7afacf74

View File

@@ -1389,7 +1389,9 @@ public final class AbilityFactoryChangeZone {
}
} 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());
}
}