瀏覽代碼

don't automatically advance on score, because multiple players can score at once

George C. Privon 8 年之前
父節點
當前提交
42a40834c2
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      cgame.py

+ 0 - 8
cgame.py

@@ -188,14 +188,6 @@ class cgame:
 
         player = self.getCurrentPlayer()
 
-        bquest = input("Was the builder used (y/n)? ")
-        if _re.match('y', bquest, _re.IGNORECASE):
-            BUILDERUSED = True
-        else:
-            BUILDERUSED = False
-
-        advanceTurn(builder=BUILDERUSED)
-
         return 0