]> granicus.if.org Git - nethack/commit
The low probabilities look unintentional (multiple rn2 checks). This
authorwarwick <warwick>
Mon, 9 Sep 2002 05:47:20 +0000 (05:47 +0000)
committerwarwick <warwick>
Mon, 9 Sep 2002 05:47:20 +0000 (05:47 +0000)
commit804844b37ff90b781ca512405c704977b78b2562
tree20949d1017a92b4dee59daaede405b9f8c3d3b7f
parent00671608d62f6646c702c3db3e1338bd5c623cab
The low probabilities look unintentional (multiple rn2 checks). This
changes the ouch:fruit:bees probabilities from 93:7:0.4 to 75:23.5:1.5.
The 75% "ouch" case sometimes also gives you a buzz.

Explain why sometime fruit that "fell from the tree" end up stuck back
in the tree, requiring more kicking (even though this is less likely
now that scatter() is improved).
src/dokick.c