diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index adbdcc11..df3ec72b 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -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"),