finish previous undo
This commit is contained in:
parent
c31a2f6cef
commit
0cafb75c59
|
@ -311,7 +311,7 @@ class DerivedStats():
|
||||||
steal_attempt = False
|
steal_attempt = False
|
||||||
steal_positions = (1, 0, 'S')
|
steal_positions = (1, 0, 'S')
|
||||||
if hand.gametype['base'] == 'stud':
|
if hand.gametype['base'] == 'stud':
|
||||||
steal_positions = (2, 1, '0')
|
steal_positions = (2, 1, 0)
|
||||||
for action in hand.actions[hand.actionStreets[1]]:
|
for action in hand.actions[hand.actionStreets[1]]:
|
||||||
pname, act = action[0], action[1]
|
pname, act = action[0], action[1]
|
||||||
posn = self.handsplayers[pname]['position']
|
posn = self.handsplayers[pname]['position']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user