From 23c1e0c4059b7ecafb8982e8ea78430fb6088732 Mon Sep 17 00:00:00 2001 From: eblade Date: Wed, 11 Mar 2009 12:56:38 -0400 Subject: [PATCH] add 3/6 FL to Everleaf table --- pyfpdb/Hand.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index df3ec72b..2a66f69b 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -411,7 +411,8 @@ Map the tuple self.gametype onto the pokerstars string describing it "0.50" : ("0.10", "0.25"), "1" : ("0.25", "0.50"), "2" : ("0.50", "1.00"), - "4" : ("1.00", "2.00") + "4" : ("1.00", "2.00"), + "6" : ("1.00", "3.00") }, "FullTilt" : { "0.10" : ("0.02", "0.05"), "0.20" : ("0.05", "0.10"),