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:
jendave
2011-08-06 05:08:09 +00:00
parent b4126709b0
commit 7eb1e66210
2 changed files with 2 additions and 1 deletions

View File

@@ -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