diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index e3809d95..23783b7a 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -196,9 +196,14 @@ class Fulltilt(HandHistoryConverter): ["tour", "hold", "nl"], ["tour", "hold", "pl"], ["tour", "hold", "fl"], - + ["tour", "hold", "cn"], + ["tour", "stud", "fl"], - ] + + ["tour", "draw", "fl"], + ["tour", "draw", "pl"], + ["tour", "draw", "nl"], + ] def determineGameType(self, handText): info = {'type':'ring'}