fix AI crash in Suffer the Past.

This commit is contained in:
jendave
2011-08-06 13:27:00 +00:00
parent 07d0f338a2
commit c185b30df7

View File

@@ -3755,8 +3755,7 @@ public class CardFactory_Instants {
@Override
public boolean canPlayAI() {
Player player = getTargetPlayer();
PlayerZone grave = AllZone.getZone(Constant.Zone.Library, player);
PlayerZone grave = AllZone.getZone(Constant.Zone.Library, AllZone.HumanPlayer);
CardList graveList = new CardList(grave.getCards());
//int computerLife = AllZone.ComputerPlayer.getLife();