mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Add Conspiracy section to the constructed deck editor for convenience (really needs to be added to the draft deck editor)
This commit is contained in:
@@ -46,6 +46,8 @@ public enum ItemManagerConfig {
|
||||
null, null, 4, 0),
|
||||
SCHEME_POOL(SColumnUtil.getSpecialCardPoolDefaultColumns(), true, false, true,
|
||||
null, null, 4, 0),
|
||||
CONSPIRACY_DECKS(SColumnUtil.getSpecialCardPoolDefaultColumns(), true, false, true,
|
||||
null, null, 4, 0),
|
||||
SCHEME_DECK_EDITOR(SColumnUtil.getCatalogDefaultColumns(true), true, false, true,
|
||||
null, null, 4, 0),
|
||||
PLANAR_POOL(SColumnUtil.getSpecialCardPoolDefaultColumns(), true, false, true,
|
||||
|
||||
Reference in New Issue
Block a user