mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Added the Secret Lair (SLD, PSLD, SLU) sets.
This commit is contained in:
parent
68d5ababc6
commit
3f288ef04e
4 changed files with 166 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ public enum CardRepository {
|
|||
public Boolean haveSnowLands(String setCode) {
|
||||
return setCode.equals("CSP")
|
||||
|| setCode.equals("MH1")
|
||||
|| setCode.equals("SLD")
|
||||
|| setCode.equals("ME2")
|
||||
|| setCode.equals("ICE");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue