From 55b272435d7a12f72c52b78b633f0de1356af338 Mon Sep 17 00:00:00 2001 From: Worros Date: Sun, 7 Nov 2010 16:48:04 +0800 Subject: [PATCH] FTP: Add pl and nl support for 5 Card Draw --- pyfpdb/FulltiltToFpdb.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 55653b03..30a17427 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -161,6 +161,8 @@ class Fulltilt(HandHistoryConverter): ["ring", "stud", "fl"], ["ring", "draw", "fl"], + ["ring", "draw", "pl"], + ["ring", "draw", "nl"], ["tour", "hold", "nl"], ["tour", "hold", "pl"],