fix black die not counting blanks

This commit is contained in:
hex
2025-07-10 19:48:42 +00:00
parent 3a53087414
commit 165495937a

4
bot.py
View File

@@ -80,8 +80,8 @@ GENESYS_DICE = {
('a', ''), ('a', ''),
], ],
'k': [ # Black (Setback) 'k': [ # Black (Setback)
('', ''), ('n', ''),
('', ''), ('n', ''),
('f', ''), ('f', ''),
('f', ''), ('f', ''),
('d', ''), ('d', ''),