- Demonic Consultation should be usable now during the AIs turn.

This commit is contained in:
jendave
2011-08-06 04:56:07 +00:00
parent 077e4c469b
commit 32effe1687

View File

@@ -22244,9 +22244,7 @@ public class CardFactory implements NewConstants {
public boolean canPlay() {
PlayerZone library = AllZone.getZone(Constant.Zone.Library, card.getController());
return library.getCards().length > 6
&& AllZone.Phase.getActivePlayer().equals(card.getController())
&& !AllZone.Phase.getPhase().equals("End of Turn") && super.canPlay();
return library.getCards().length > 6 && super.canPlay();
}
@Override