tweak the green-ness of the middle !reaction result
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user