--- deliantra/server/include/living.h 2006/09/26 17:19:38 1.4 +++ deliantra/server/include/living.h 2006/12/15 20:08:45 1.7 @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at crossfire@schmorp.de */ #ifndef LIVING_H @@ -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 */