mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
parent
e66c9900f7
commit
04dba063aa
5 changed files with 78 additions and 110 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue