mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- [XLN] For now, commenting out the Planeswalker Rule code since it won't apply post-Ixalan.
This commit is contained in:
@@ -1225,6 +1225,7 @@ public class GameAction {
|
||||
game.getStack().clearSimultaneousStack();
|
||||
}
|
||||
|
||||
/* -- As of Ixalan, the Planeswalker Rule no longer applies --
|
||||
private boolean handlePlaneswalkerRule(Player p) {
|
||||
// get all Planeswalkers
|
||||
final List<Card> list = CardLists.filter(p.getCardsIn(ZoneType.Battlefield), CardPredicates.Presets.PLANEWALKERS);
|
||||
@@ -1263,7 +1264,7 @@ public class GameAction {
|
||||
}
|
||||
}
|
||||
return recheck;
|
||||
}
|
||||
}*/
|
||||
|
||||
private boolean handleLegendRule(Player p) {
|
||||
final List<Card> a = CardLists.getType(p.getCardsIn(ZoneType.Battlefield), "Legendary");
|
||||
|
||||
Reference in New Issue
Block a user