Cleanup
This commit is contained in:
@@ -298,7 +298,9 @@
|
||||
var inDeck = deckCards.ToHashSet();
|
||||
var otherDiverSlot = activeDiverSlot == 0
|
||||
? divers.Count > 1 ? divers[1] : null
|
||||
: divers.Count > 0 ? divers[0] : null;
|
||||
: divers.Count > 0
|
||||
? divers[0]
|
||||
: null;
|
||||
|
||||
return AllCards
|
||||
.Where(c => c.Category is "Agent" or "Spell" or "Immortalized")
|
||||
|
||||
Reference in New Issue
Block a user