FTP: Add Limit $2.50/$5
This commit is contained in:
parent
d4c58fd23f
commit
3d5fb77b82
|
@ -46,6 +46,7 @@ class Fulltilt(HandHistoryConverter):
|
||||||
'1.00': ('0.25', '0.50'), '1': ('0.25', '0.50'),
|
'1.00': ('0.25', '0.50'), '1': ('0.25', '0.50'),
|
||||||
'2.00': ('0.50', '1.00'), '2': ('0.50', '1.00'),
|
'2.00': ('0.50', '1.00'), '2': ('0.50', '1.00'),
|
||||||
'4.00': ('1.00', '2.00'), '4': ('1.00', '2.00'),
|
'4.00': ('1.00', '2.00'), '4': ('1.00', '2.00'),
|
||||||
|
'5.00': ('1.25', '2.50'), '5': ('1.25', '2.50'),
|
||||||
'6.00': ('1.00', '3.00'), '6': ('1.00', '3.00'),
|
'6.00': ('1.00', '3.00'), '6': ('1.00', '3.00'),
|
||||||
'8.00': ('2.00', '4.00'), '8': ('2.00', '4.00'),
|
'8.00': ('2.00', '4.00'), '8': ('2.00', '4.00'),
|
||||||
'10.00': ('2.00', '5.00'), '10': ('2.00', '5.00'),
|
'10.00': ('2.00', '5.00'), '10': ('2.00', '5.00'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user