Rolisteam / DiceParser

Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
http://www.rolisteam.org/
GNU General Public License v3.0
125 stars 31 forks source link

cancelations on small valaues #29

Closed frakc closed 5 years ago

frakc commented 5 years ago

I have problem that following schema is often cancelled on discord bot !Xd10;$1c[=10];$2d5

it generally works when X>=6, and does not work if X <6 or X>= 10 note there is no response for results 2,3,4,5 and that behaviour pretty consistent

- discord

obiwankennedy commented 5 years ago

Look the result, it only works when you roll a 10 in the first part of the command as I said here: https://github.com/Rolisteam/DiceParser/issues/27#issuecomment-462735943

frakc commented 5 years ago

thank you did not undestand at first but now i got it