Increase the value range of corpse weights

This breaks save compatibility, but is being pushed together with
other save-breaking changes to avoid the need for multiple bumps to
EDITLEVEL.
This commit is contained in:
nhmall
2026-03-18 23:32:26 +00:00
committed by Alex Smith
parent 5d3a1e684b
commit 85e3d721fb

View File

@@ -64,8 +64,8 @@ struct permonst {
aligntyp maligntyp; /* basic monster alignment */ aligntyp maligntyp; /* basic monster alignment */
unsigned short geno; /* creation/geno mask value */ unsigned short geno; /* creation/geno mask value */
struct attack mattk[NATTK]; /* attacks matrix */ struct attack mattk[NATTK]; /* attacks matrix */
unsigned short cwt, /* weight of corpse */ unsigned cwt; /* weight of corpse */
cnutrit; /* its nutritional value */ unsigned short cnutrit; /* its nutritional value */
uchar msound; /* noise it makes (6 bits) */ uchar msound; /* noise it makes (6 bits) */
uchar msize; /* physical size (3 bits) */ uchar msize; /* physical size (3 bits) */
uchar mresists; /* resistances */ uchar mresists; /* resistances */