mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
TwoPilesEffect fix
This commit is contained in:
@@ -51,7 +51,7 @@ public class TwoPilesEffect extends SpellAbilityEffect {
|
||||
zone = ZoneType.smartValueOf(sa.getParam("Zone"));
|
||||
}
|
||||
|
||||
final String valid = sa.getParamOrDefault("ValidCards", "");
|
||||
final String valid = sa.getParamOrDefault("ValidCards", "Card");
|
||||
|
||||
final TargetRestrictions tgt = sa.getTargetRestrictions();
|
||||
final List<Player> tgtPlayers = getTargetPlayers(sa);
|
||||
|
||||
Reference in New Issue
Block a user