From 165495937ab6e348f3b956ff8d08f7513e6ffea4 Mon Sep 17 00:00:00 2001 From: hex Date: Thu, 10 Jul 2025 19:48:42 +0000 Subject: [PATCH] fix black die not counting blanks --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 8d4f914..8396468 100644 --- a/bot.py +++ b/bot.py @@ -80,8 +80,8 @@ GENESYS_DICE = { ('a', ''), ], 'k': [ # Black (Setback) - ('', ''), - ('', ''), + ('n', ''), + ('n', ''), ('f', ''), ('f', ''), ('d', ''),