do not exclude Events divider when excluding individual events
This commit is contained in:
parent
9090be9149
commit
fb00be83b4
@ -1003,7 +1003,7 @@ class DominionTabs:
|
||||
cards = filteredCards
|
||||
|
||||
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:
|
||||
cardnamesByExpansion = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user