Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NaBrothers/PSL into main
Browse files Browse the repository at this point in the history
  • Loading branch information
navining committed Jan 7, 2021
2 parents f9f5e50 + dc1f2f5 commit ad0bcba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/src/plugins/game/engine/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def oneStep(self):
self.away_point += 1
self.printCaseWithPlayer(roll_winner, "破门了!!!!")
self.swap()
self.resetPosition()
self.changeBallHolderToOpen()
else:
self.changeBallHolder(roll_winner)
Expand Down

0 comments on commit ad0bcba

Please sign in to comment.