expand range of oc_weight

This commit is contained in:
nhmall
2026-04-01 12:56:37 -04:00
parent 542d1db5f4
commit 3b4d4cd261
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ struct objclass {
uchar oc_color; /* color of the object */
short oc_prob; /* probability, used in mkobj() */
unsigned short oc_weight; /* encumbrance (1 cn = 0.1 lb.) */
unsigned oc_weight; /* encumbrance (1 cn = 0.1 lb.) */
short oc_cost; /* base cost in shops */
/* Check the AD&D rules! The FIRST is small monster damage. */
/* for weapons, and tools, rocks, and gems useful as weapons */