Update chengdu_mahjong_engine.py
parent
ea1a938aad
commit
5aa40d1dd5
|
|
@ -83,8 +83,8 @@ class ChengduMahjongEngine:
|
|||
|
||||
logger.info(f"玩家 {self.current_player} 杠牌,类型: {gang_type}")
|
||||
else:
|
||||
random_choice(self.state.hands[self.current_player], self.state.missing_suits[self.current_player])
|
||||
check_other_players(self.state.hands[self.current_player], self.state.missing_suits[self.current_player])
|
||||
title = random_choice(self.state.hands[self.current_player], self.state.missing_suits[self.current_player])
|
||||
check_other_players(self.state.hands[self.current_player], title)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue