mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Made Urborg Uprising and other spRaiseDead spells with "Some" playable even when there are no creatures in the graveyard.
This commit is contained in:
@@ -5480,6 +5480,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean canPlay() {
|
public boolean canPlay() {
|
||||||
|
if (weReturnUpTo) return true;
|
||||||
return getGraveCreatures().size() >= numCreatures;
|
return getGraveCreatures().size() >= numCreatures;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user