Merge branch 'historicLDA' into 'master'

Historic Archetype Random Deck Generation

See merge request core-developers/forge!4488
This commit is contained in:
Michael Kamensky
2021-04-15 06:30:19 +00:00
18 changed files with 50 additions and 4 deletions

View File

@@ -484,6 +484,10 @@ public class GameFormat implements Comparable<GameFormat> {
return this.map.get("Pioneer");
}
public GameFormat getHistoric() {
return this.map.get("Historic");
}
public GameFormat getModern() {
return this.map.get("Modern");
}