Skip to content

Commit 1cf2643

Browse files
committed
Do not reveal initial talon card in Vague (#544)
1 parent 2a7cd8a commit 1cf2643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pysollib/games/golf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,6 @@ def createGame(self, rows=3, columns=6):
11281128
def startGame(self):
11291129
self.startDealSample()
11301130
self.s.talon.dealRow()
1131-
self.s.talon.flipMove()
11321131

11331132
def fillStack(self, stack):
11341133
if stack in self.s.rows and not stack.cards:

0 commit comments

Comments
 (0)