don't display the comment twice, now that we print the entire roll string
This commit is contained in:
parent
a0fd33b070
commit
92281151ff
|
@ -65,8 +65,6 @@ class Dice(Module):
|
|||
modifier = int(matches.group(6))
|
||||
|
||||
result = roll + ': '
|
||||
if comment is not None:
|
||||
result += comment + ': '
|
||||
|
||||
for t in range(times):
|
||||
ressubstr = ""
|
||||
|
|
Loading…
Reference in New Issue