]> granicus.if.org Git - nethack/commit
'fix' #H5531 - breath damage
authorPatR <rankin@nethack.org>
Fri, 15 Sep 2017 11:34:05 +0000 (04:34 -0700)
committerPatR <rankin@nethack.org>
Fri, 15 Sep 2017 11:34:05 +0000 (04:34 -0700)
commit782db48fb5a2695fbdf77380f64184c7340d94f7
treeaed56df2b2ea537dfed75022b93223d6d16eaaf0
parentc38dc0edc0942153ae7dd78783eac20f5ef23560
'fix' #H5531 - breath damage

For breath damage, the 'S' in NdS is ignored.  'N' for the number of
dice is used, but for number of sides of those dice, 6 is used for
most damage types.  Add a comment to that effect to monst.c and change
a few Nd8 to Nd6 so that viewing the monster definitions matches what
they actually do.
src/monst.c