From cc5b73bb2e79a866f5edb9594786f86887f49d34 Mon Sep 17 00:00:00 2001 From: eblade Date: Tue, 10 Mar 2009 18:50:40 -0400 Subject: [PATCH] add 50c/1 1/2 2/4 stakes FLHE to lookup table --- pyfpdb/Hand.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"),