sunfall / giles

The Great Internet Ludic Experience Server
GNU Affero General Public License v3.0
8 stars 2 forks source link

let's fix some die rolling! #1

Closed dopeghoti closed 12 years ago

dopeghoti commented 12 years ago

this patch will correctly handle 'roll d4' to roll one die.

sunfall commented 12 years ago

Thanks for the basic patch; I made an improved implementation that actually handles the '0d6' case separately from the 'd6' case (i.e. the former is rejected and the latter is not). Definitely a useful feature, though.