mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
Finished core deck builder. Still need to do cleanup, implement cards that are not singleton, and pricing
This commit is contained in:
parent
8478bc2534
commit
b7ee6ea57d
5 changed files with 1074 additions and 26 deletions
|
|
@ -106,7 +106,7 @@ def run_menu() -> NoReturn:
|
|||
case 'Tag CSV Files':
|
||||
tagger.run_tagging()
|
||||
case 'Build a Deck':
|
||||
builder.determine_commander()
|
||||
builder.build_deck_full()
|
||||
case 'Quit':
|
||||
logger.info("Exiting application")
|
||||
sys.exit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue