tweak the green-ness of the middle !reaction result

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-02-24 16:48:30 -06:00
parent e7d63ee963
commit 0d691ff431
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ class Dice(Plugin):
if summary in ('--', '-'):
result_str = f"4{label}"
elif summary == '~':
result_str = f"9{label}"
result_str = f"3{label}"
else:
result_str = f"9{label}"

View File

@ -113,7 +113,7 @@ class MarkovTestCase(TestCase):
self.plugin.handle_reaction_roll(self.mock_connection, mock_event, match)
self.mock_bot.reply.assert_called_with(
mock_event,
'test: the current disposition is 9positive, with complications 14(10)'
'test: the current disposition is 3positive, with complications 14(10)'
)
# bad and very bad are bold red