reset AP/UB horse games to 8 seat
support Everleaf 4-seat (need a layout, i can't get into the games)
This commit is contained in:
parent
df2f8317f6
commit
02fdcf307e
|
@ -219,7 +219,7 @@ class Absolute(HandHistoryConverter):
|
|||
hand.maxseats = 6
|
||||
|
||||
if self.HORSEHand:
|
||||
hand.maxseats = 9
|
||||
hand.maxseats = 8 # todo : unless it's heads up!!?
|
||||
return
|
||||
|
||||
def readPlayerStacks(self, hand):
|
||||
|
|
|
@ -179,6 +179,8 @@ or None if we fail to get the info """
|
|||
elif seatnum > 6:
|
||||
hand.maxseats = 8 # everleaf currently does 2/6/10 games, so if seats > 6 are in use, it must be 10-max.
|
||||
# TODO: implement lookup list by table-name to determine maxes, then fall back to 6 default/10 here, if there's no entry in the list?
|
||||
elif seatnum > 4:
|
||||
hand.maxseats = 6 # they added 4-seat games too!
|
||||
|
||||
|
||||
def markStreets(self, hand):
|
||||
|
|
Loading…
Reference in New Issue
Block a user