mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
fix AI crash in Suffer the Past.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user