[NEWIMPORT] Add function to update hudcache for Hand

This commit is contained in:
Worros
2009-12-23 23:14:34 +08:00
parent a2d0657b3a
commit a0475aa4db
5 changed files with 252 additions and 189 deletions
+2
View File
@@ -201,6 +201,7 @@ class DerivedStats():
# 2 Hijack
def assembleHudCache(self, hand):
# No real work to be done - HandsPlayers data already contains the correct info
pass
def vpip(self, hand):
@@ -443,4 +444,5 @@ class DerivedStats():
betOrRaise = True
else:
break
return betOrRaise