hborawski / DominionCompanion

Companion app for card game Dominion
GNU General Public License v3.0
1 stars 1 forks source link

Issue #29: prevent duplicate cards in the Set Builder #30

Closed while1fork closed 3 years ago

while1fork commented 3 years ago

These changes add a simple method in the Utilities class to deduplicate a list of Cards by name, and modifies the cardsFromChosenExpansions getter in CardData to use that method to deduplicate the result set of cards before returning it.

Please let me know if you have questions/comments/suggestions/etc.!

hborawski commented 3 years ago

Added in #34