Make isWinLine find low pots.

This commit is contained in:
Ray 2009-03-24 11:23:33 -04:00
parent d26e3d735b
commit 60ffb0896e

View File

@ -788,6 +788,7 @@ def isTourney(topline):
#end def isTourney
WinLines = ( "wins the pot", "ties for the ", "wins side pot", "wins the low main pot", "wins the high main pot",
"wins the low",
"wins the high pot", "wins the high side pot", "wins the main pot", "wins the side pot", "collected" )
#returns boolean whether the passed line is a win line
def isWinLine(line):