Preliminary razz support for Fulltilt

Breaks stuff
This commit is contained in:
Worros
2009-02-25 01:17:25 +09:00
parent bca9fb15cf
commit b38c62367a
3 changed files with 51 additions and 12 deletions
+3
View File
@@ -39,7 +39,10 @@ class Hand:
self.gametype = gametype
self.string = string
#if gametype[1] == "hold" or self.gametype[1] == "omaha":
self.streetList = ['PREFLOP','FLOP','TURN','RIVER'] # a list of the observed street names in order
#elif self.gametype[1] == "razz" or self.gametype[1] == "stud" or self.gametype[1] == "stud8":
#self.streetList = ['ANTES','3RD','4TH','5TH','6TH','7TH'] # a list of the observed street names in order
self.handid = 0
self.sb = gametype[3]