Skip to content

Commit

Permalink
顺子底分加倍
Browse files Browse the repository at this point in the history
  • Loading branch information
mailgyc committed Mar 2, 2020
1 parent 4be1cf4 commit 376c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doudizhu/apps/game/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def re_multiple(self):
if rule.is_same_color(self.pokers):
self._multiple_details['di'] *= 2

if rule.is_same_color(self.pokers):
if rule.is_short_seq(self.pokers):
self._multiple_details['di'] *= 2

def get_point(self, winner: Player, player: Player) -> int:
Expand Down

0 comments on commit 376c415

Please sign in to comment.