Przeglądaj źródła

remove old 'round' command

George C. Privon 8 lat temu
rodzic
commit
d4154dce23
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      cgame.py

+ 1 - 2
cgame.py

@@ -35,8 +35,7 @@ class cgame:
         Initialize some variables and set up a game
         """
 
-        self.commands = [('n', 'next round'),
-                         ('r', 'record score and advance turn'),
+        self.commands = [('r', 'record score and advance turn'),
                          ('t', 'advance turn, no score'),
                          ('b', 'additional turn for a player due to a builder'),
                          ('e', 'end game (or play if already in postgame scoring'),