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 */ uchar oc_color; /* color of the object */
short oc_prob; /* probability, used in mkobj() */ 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 */ short oc_cost; /* base cost in shops */
/* Check the AD&D rules! The FIRST is small monster damage. */ /* Check the AD&D rules! The FIRST is small monster damage. */
/* for weapons, and tools, rocks, and gems useful as weapons */ /* for weapons, and tools, rocks, and gems useful as weapons */

View File

@@ -17,7 +17,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones * Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files. * and save files.
*/ */
#define EDITLEVEL 135 #define EDITLEVEL 136
/* /*
* Development status possibilities. * Development status possibilities.