mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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
|
||||
public boolean canPlay() {
|
||||
if (weReturnUpTo) return true;
|
||||
return getGraveCreatures().size() >= numCreatures;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user