--- deliantra/server/include/living.h 2006/09/26 17:19:38 1.4 +++ deliantra/server/include/living.h 2006/09/26 17:43:59 1.5 @@ -71,6 +71,7 @@ sint16 ACC (RW, maxgrace); /* Grace. Used to invoke clerical prayers. */ sint32 ACC (RW, food); /* How much food in stomach. 0 = starved. */ sint16 ACC (RW, dam); /* How much damage this object does when hitting */ + // 16 free bits sint8 ACC (RW, Str), ACC (RW, Dex), ACC (RW, Con), ACC (RW, Wis), ACC (RW, Cha), ACC (RW, Int), ACC (RW, Pow); sint8 ACC (RW, wc), ACC (RW, ac); /* Weapon Class and Armour Class */ sint8 ACC (RW, luck); /* Affects thaco and ac from time to time */