فهرست منبع

remove old 'round' command

George C. Privon 8 سال پیش
والد
کامیت
d4154dce23
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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'),