]> git.treefish.org Git - shutbox.git/blobdiff - src/game.py
10 rods only
[shutbox.git] / src / game.py
index 5fc133a4280169935ae5b4e376e210f3d6610c07..203f56a9e31fb09ba9b4651418af1d8287ac7e28 100644 (file)
@@ -2,7 +2,7 @@ import random
 
 class Game:
     def __init__(self):
-        self._shutable = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
+        self._shutable = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
         self._diced = None
         self._options = []
         self._score = 0