mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
Web + backend: propagate tag_mode (AND/OR) end-to-end; AND-mode overlap prioritization for creatures and theme spells; headless configs support tag_mode; add Scryfall attribution footer and configs UI indicators; minor polish. (#and-overlap-pass)
This commit is contained in:
parent
0f73a85a4e
commit
fd7fc01071
15 changed files with 1339 additions and 75 deletions
|
|
@ -639,6 +639,7 @@ class ReportingMixin:
|
|||
"secondary_tag": getattr(self, 'secondary_tag', None),
|
||||
"tertiary_tag": getattr(self, 'tertiary_tag', None),
|
||||
"bracket_level": getattr(self, 'bracket_level', None),
|
||||
"tag_mode": (getattr(self, 'tag_mode', 'AND') or 'AND'),
|
||||
"use_multi_theme": True,
|
||||
"add_lands": True,
|
||||
"add_creatures": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue