justinian / dice

Golang dice library
MIT License
20 stars 13 forks source link

Fix crashes when keeping or dropping more dice than rolled #13

Closed SeriousBug closed 1 day ago

SeriousBug commented 1 day ago

Fixes #12, the issue was caused by trying to keep or drop more dice than how many dice were rolled.

justinian commented 1 day ago

Thanks!