Closed maqifrnswa closed 2 years ago
similar to #1 , if a card doesn't have data for a certain color combination, calculatecoloraffinity won't finish calculating the remaining cards:
swapping "try" and "for" here: https://github.com/bstaple1/MTGA_Draft_17Lands/blob/dc97857a2279e6908da9b216a5bfae1546a9b4be/card_logic.py#L241
will fix it! thanks!
Thanks for bringing this to my attention. I will make the change
similar to #1 , if a card doesn't have data for a certain color combination, calculatecoloraffinity won't finish calculating the remaining cards:
swapping "try" and "for" here: https://github.com/bstaple1/MTGA_Draft_17Lands/blob/dc97857a2279e6908da9b216a5bfae1546a9b4be/card_logic.py#L241
will fix it! thanks!