fix #11211 (CR 602.3)

(Golgothian Sylex and Apocalypse Chime)
This commit is contained in:
xenohedron 2023-09-26 22:21:43 -04:00
parent e66c9900f7
commit 04dba063aa
5 changed files with 78 additions and 110 deletions

View file

@ -13,6 +13,10 @@ public class ExpansionSetPredicate implements Predicate<Card> {
private final String setCode;
/**
* Per CR 206.1, the expansion symbol has no effect on game play.
* Use only for utility or silver-bordered / acorn mechanics.
*/
public ExpansionSetPredicate(String setCode) {
this.setCode = setCode;
}