mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Demonic Consultation should be usable now during the AIs turn.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user