We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98989c commit 5556c5cCopy full SHA for 5556c5c
1 file changed
CLUE_Dice_Roller/clue_dice_roller.py
@@ -19,7 +19,7 @@
19
20
# input constraints
21
MAX_NUMBER_OF_DICE = 6
22
-SIDES = [4, 6, 8, 12, 20, 100]
+SIDES = [4, 6, 8, 10, 12, 20, 100]
23
24
# modes: selecting/result
25
SELECTING = 0
0 commit comments