mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Fixed canPlay() function of Intuition.
This commit is contained in:
@@ -369,7 +369,7 @@ public class CardFactoryInstants {
|
|||||||
@Override
|
@Override
|
||||||
public boolean canPlay() {
|
public boolean canPlay() {
|
||||||
final CardList library = card.getController().getCardsIn(Zone.Library);
|
final CardList library = card.getController().getCardsIn(Zone.Library);
|
||||||
return library.size() >= 3;
|
return library.size() >= 3 && super.canPlay();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user