Update chengdu_mahjong_engine.py
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user