add otherRaisedStreet0 and foldToOtherRaisedStreet0 with defualt false

This commit is contained in:
steffen123
2010-08-19 04:01:44 +02:00
parent d5fb0b3c36
commit 8aecf117bb
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -74,6 +74,8 @@ class DerivedStats():
self.handsplayers[player[1]]['foldToOtherRaisedStreet%d' %i] = False
#FIXME - Everything below this point is incomplete.
self.handsplayers[player[1]]['otherRaisedStreet0'] = False
self.handsplayers[player[1]]['foldToOtherRaisedStreet0'] = False
for i in range(1,5):
self.handsplayers[player[1]]['foldToStreet%dCBChance' %i] = False
self.handsplayers[player[1]]['foldToStreet%dCBDone' %i] = False