glob weight recalc
commit1ae5297a936c9b31392c7303642eb05d1f7d6949
authorPatR <rankin@nethack.org>
Fri, 5 Feb 2016 23:46:24 +0000 (5 15:46 -0800)
committerPatR <rankin@nethack.org>
Fri, 5 Feb 2016 23:46:24 +0000 (5 15:46 -0800)
tree7a5c92c3bfc2423eb6060e3df82fb2479eaf86d8
parent928be29dd1f6a3ea0ae143d1034d13f070df5d6b
glob weight recalc

weight() didn't know how to calculate a glob's weight.  When one glob
absorbs another, that isn't used, but when the hero eats part of a
glob, it is, and the result was incorrect.
src/eat.c
src/mkobj.c