do not exclude Events divider when excluding individual events
This commit is contained in:
parent
719a0c5904
commit
535dedf9ee
@ -1003,7 +1003,7 @@ class DominionTabs:
|
|||||||
cards = filteredCards
|
cards = filteredCards
|
||||||
|
|
||||||
if self.options.exclude_events:
|
if self.options.exclude_events:
|
||||||
cards = [card for card in cards if not card.isEvent()]
|
cards = [card for card in cards if not card.isEvent() or card.name == 'Events']
|
||||||
|
|
||||||
if options.expansion_dividers:
|
if options.expansion_dividers:
|
||||||
cardnamesByExpansion = {}
|
cardnamesByExpansion = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user