三张少带修复判断同步

master
罗家炜 2025-05-14 14:53:01 +08:00
parent cce4889267
commit 697167c23b
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ function M:CheckSanDai()
end end
end end
if self.threelack and self.cardNum == 4 and self.cardSize == 2 and self._flag_allCards and M:CheckType(CardType.threeAndTwo) then if self.threelack and self.cardNum == 4 and self.cardSize == 2 and M:CheckType(CardType.threeAndTwo) then
return CardType.threeAndTwo return CardType.threeAndTwo
end end