add 50c/1 1/2 2/4 stakes FLHE to lookup table

This commit is contained in:
eblade 2009-03-10 18:50:40 -04:00
parent f268ab79a2
commit cc5b73bb2e

View File

@ -409,7 +409,9 @@ Map the tuple self.gametype onto the pokerstars string describing it
"Everleaf" : { "0.10" : ("0.02", "0.05"),
"0.20" : ("0.05", "0.10"),
"0.50" : ("0.10", "0.25"),
"1.00" : ("0.25", "0.50")
"1" : ("0.25", "0.50"),
"2" : ("0.50", "1.00"),
"4" : ("1.00", "2.00")
},
"FullTilt" : { "0.10" : ("0.02", "0.05"),
"0.20" : ("0.05", "0.10"),