tweak the green-ness of the middle !reaction result
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
e7d63ee963
commit
0d691ff431
@ -114,7 +114,7 @@ class Dice(Plugin):
|
|||||||
if summary in ('--', '-'):
|
if summary in ('--', '-'):
|
||||||
result_str = f"4{label}"
|
result_str = f"4{label}"
|
||||||
elif summary == '~':
|
elif summary == '~':
|
||||||
result_str = f"9{label}"
|
result_str = f"3{label}"
|
||||||
else:
|
else:
|
||||||
result_str = f"9{label}"
|
result_str = f"9{label}"
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ class MarkovTestCase(TestCase):
|
|||||||
self.plugin.handle_reaction_roll(self.mock_connection, mock_event, match)
|
self.plugin.handle_reaction_roll(self.mock_connection, mock_event, match)
|
||||||
self.mock_bot.reply.assert_called_with(
|
self.mock_bot.reply.assert_called_with(
|
||||||
mock_event,
|
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
|
# bad and very bad are bold red
|
||||||
|
Loading…
x
Reference in New Issue
Block a user