expand range of oc_weight
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user