Made Urborg Uprising and other spRaiseDead spells with "Some" playable even when there are no creatures in the graveyard.

This commit is contained in:
jendave
2011-08-06 08:15:40 +00:00
parent 106392320c
commit 2b0f1ce47f

View File

@@ -5480,6 +5480,7 @@ public class CardFactory implements NewConstants {
@Override
public boolean canPlay() {
if (weReturnUpTo) return true;
return getGraveCreatures().size() >= numCreatures;
}