Stars: Add 20/40 limit to table

This commit is contained in:
Worros 2011-01-12 15:09:27 +08:00
parent 70c4c5fada
commit be83ab0713

View File

@ -56,6 +56,7 @@ class PokerStars(HandHistoryConverter):
'10.00': ('2.00', '5.00'), '10': ('2.00', '5.00'),
'20.00': ('5.00', '10.00'), '20': ('5.00', '10.00'),
'30.00': ('10.00', '15.00'), '30': ('10.00', '15.00'),
'40.00': ('10.00', '20.00'), '40': ('10.00', '20.00'),
'60.00': ('15.00', '30.00'), '60': ('15.00', '30.00'),
'80.00': ('20.00', '40.00'), '80': ('20.00', '40.00'),
'100.00': ('25.00', '50.00'), '100': ('25.00', '50.00'),