mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Merge branch 'historicLDA' into 'master'
Historic Archetype Random Deck Generation See merge request core-developers/forge!4488
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user