Humblemonk / DiceMaiden

Dice bot for Discord
Apache License 2.0
117 stars 51 forks source link

Single Die Rolls in the D6 System #230

Closed DeafKhan closed 2 months ago

DeafKhan commented 4 months ago

Attempting to roll a single die using the D6 system syntax doesn't produce expected results.

Using a command of "/roll d6s0" rolls 2D (one standard D6, and one wild die that explodes on 6 as expected).

Attempting to use "/roll d6s" does roll 1D, however the die just a standard D6 (i.e., does not explode on a 6).

Current work around is to use "/roll 1d6ie" instead.

Humblemonk commented 2 months ago

Thanks for the info! Dont have a ton of background regarding the d6 system. I think I might have found whats causing this issue. Going to test it out and hopefully get this resolved this week

Humblemonk commented 2 months ago

image

Looks like I got it working in my test branch. Will try and merge it shortly