mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Added the LQ pic for Hagra Crocodile and fixed Buried Alive so it can only be played as a sorcery
This commit is contained in:
@@ -21744,7 +21744,7 @@ public class CardFactory implements NewConstants {
|
||||
@Override
|
||||
public boolean canPlay() {
|
||||
PlayerZone library = AllZone.getZone(Constant.Zone.Library, card.getController());
|
||||
return library.getCards().length != 0;
|
||||
return library.getCards().length != 0 && super.canPlay();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user