MahjongRepository/mahjong

Sanshoku Douko fails if one set is a kan

joeygannon opened this issue · 1 comments

This check fails if one of the sets is a kan, because the lists are different lengths. It may be preferable to just compare the first element of each set.

if sou_item == pin_item == man_item:

Thanks for the bug report.