Skip to content

Commit 5556c5c

Browse files
committed
Add missing d10 support
1 parent d98989c commit 5556c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLUE_Dice_Roller/clue_dice_roller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# input constraints
2121
MAX_NUMBER_OF_DICE = 6
22-
SIDES = [4, 6, 8, 12, 20, 100]
22+
SIDES = [4, 6, 8, 10, 12, 20, 100]
2323

2424
# modes: selecting/result
2525
SELECTING = 0

0 commit comments

Comments
 (0)