From 1d0ce38e65baa39188416e13fd71711ed2f918c5 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 17 Sep 2025 21:59:48 +0200 Subject: [PATCH] fix: added D6 --- src/dice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dice.h b/src/dice.h index c153f7c..fe0bc23 100644 --- a/src/dice.h +++ b/src/dice.h @@ -10,6 +10,7 @@ enum die_type { COIN = 2, D4 = 4, + D6 = 6, D8 = 8, D10 = 10, D12 = 12,