Advertisement
Guest User

Untitled

a guest
Mar 13th, 2015
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. stderr Gnollflakes
  2.  
  3. Traceback (most recent call last):
  4. File "<string>", line 1839, in <module>
  5. File "<string>", line 1835, in main
  6. File "<string>", line 1370, in play
  7. AttributeError: Player instance has no attribute 'name'
  8.  
  9.  
  10. stdout Gnollflakes
  11. Gnollflakes bet
  12. Gnollflakes: 270<500
  13. Processing bet message reading: I'll bet ya 20.
  14. Blitting: I'll bet ya 20.
  15. Reading message's associated action: bet
  16. <Event(26-UserEvent {'action': 'bet', 'name': 'Gnollflakes', 'bet': 20})>
  17. Stage: bet_and_call
  18. <Event(26-UserEvent {'action': 'next_player'})>
  19. Stage: bet_and_call
  20. On: Player (1)
  21. <Event(26-UserEvent {'action': 'player_response'})>
  22. Stage: bet_and_call
  23. <Event(26-UserEvent {'action': 'player', 'atype': 'call'})>
  24. Stage: bet_and_call
  25. Processing call message reading: You call.
  26. Blitting: You call.
  27. Reading message's associated action: call
  28. <Event(26-UserEvent {'action': 'call', 'name': 'Player'})>
  29. Stage: bet_and_call
  30. Player went into debt: -20
  31. Already owes: -95
  32. <Event(27-UserEvent {'mode': 'showdown'})>
  33. Stage: bet_and_call
  34. Processing reveal message reading: I got a pair.
  35. Blitting: I got a pair.
  36. <Event(29-UserEvent {'whose': 'Gnollflakes', 'side': 'up'})>
  37. Stage: showdown
  38. Processing reveal message reading: You have a king high.
  39. Blitting: You have a king high.
  40. Reading message's associated action: showdown
  41. <Event(29-UserEvent {'whose': 'Player', 'side': 'up'})>
  42. Stage: showdown
  43. <Event(27-UserEvent {'tie': False, 'mode': 'end_round'})>
  44. Stage: showdown
  45. Winner: Gnollflakes
  46. Player lost. PROMOTIONS!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement