mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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() {
|
public boolean canPlay() {
|
||||||
PlayerZone library = AllZone.getZone(Constant.Zone.Library, card.getController());
|
PlayerZone library = AllZone.getZone(Constant.Zone.Library, card.getController());
|
||||||
|
|
||||||
return library.getCards().length > 6
|
return library.getCards().length > 6 && super.canPlay();
|
||||||
&& AllZone.Phase.getActivePlayer().equals(card.getController())
|
|
||||||
&& !AllZone.Phase.getPhase().equals("End of Turn") && super.canPlay();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user