mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-18 00:20:13 +01:00
maintenance: cleaned up, consolidated, and refined codebase for tagging
This commit is contained in:
parent
f2863ef362
commit
0dd5b4cf64
20 changed files with 3191 additions and 2816 deletions
|
|
@ -900,7 +900,7 @@ def ideal_labels() -> Dict[str, str]:
|
|||
'removal': 'Spot Removal',
|
||||
'wipes': 'Board Wipes',
|
||||
'card_advantage': 'Card Advantage',
|
||||
'protection': 'Protection',
|
||||
'protection': 'Protective Effects',
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1911,7 +1911,7 @@ def _make_stages(b: DeckBuilder) -> List[Dict[str, Any]]:
|
|||
("removal", "Confirm Removal", "add_removal"),
|
||||
("wipes", "Confirm Board Wipes", "add_board_wipes"),
|
||||
("card_advantage", "Confirm Card Advantage", "add_card_advantage"),
|
||||
("protection", "Confirm Protection", "add_protection"),
|
||||
("protection", "Confirm Protective Effects", "add_protection"),
|
||||
]
|
||||
any_granular = any(callable(getattr(b, rn, None)) for _key, _label, rn in spell_categories)
|
||||
if any_granular:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue