mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- A little bit more specific display name for custom drafts indicating that they are custom cubes.
This commit is contained in:
@@ -4,7 +4,7 @@ public enum LimitedPoolType {
|
|||||||
Full("Full Cardpool"),
|
Full("Full Cardpool"),
|
||||||
Block("Block / Set"),
|
Block("Block / Set"),
|
||||||
FantasyBlock("Fantasy Block"),
|
FantasyBlock("Fantasy Block"),
|
||||||
Custom("Custom");
|
Custom("Custom Cube");
|
||||||
|
|
||||||
private final String displayName;
|
private final String displayName;
|
||||||
private LimitedPoolType(String name) {
|
private LimitedPoolType(String name) {
|
||||||
|
|||||||
Reference in New Issue
Block a user