File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ def print_help(self):
18
18
t = Table (title = "Controls" )
19
19
t .add_column ("Control" , style = 'cyan' )
20
20
t .add_column ("Description" , style = 'cyan' )
21
+ t .add_row ("-allin" , "Exactly what you think, going all in!" )
22
+ t .add_row ("-dealer" , 'Ask the dealer to increase your max bet.' )
23
+ t .add_row ("-delete" , 'Delete player stats.' )
21
24
t .add_row ("-help" , 'Show available controls and their descriptions.' )
22
25
t .add_row ("-quit" , 'Quit the game.' )
23
26
t .add_row ("-stats" , 'Show your statistics.' )
24
27
t .add_row ("-win" , 'Show possible winnings.' )
25
- t .add_row ("-dealer" , 'Ask the dealer to increase your max bet.' )
26
- t .add_row ("-delete" , 'Delete player stats.' )
27
- t .add_row ("-allin" , "Exactly what you think, going all in!" )
28
28
print (t )
29
29
input ("Press enter to continue..." )
30
30
self .slotmachine .clear_screen ()
You can’t perform that action at this time.
0 commit comments