--- deliantra/server/include/living.h 2006/12/22 16:34:00 1.8 +++ deliantra/server/include/living.h 2006/12/23 00:14:29 1.9 @@ -64,22 +64,22 @@ ACC_CLASS (living) struct living { - sint64 ACC (RW, exp); /* Experience. */ - sint32 ACC (RW, food); /* How much food in stomach. 0 = starved. */ + sint64 ACC (RW, exp); /* Experience. */ + sint32 ACC (RW, food); /* How much food in stomach. 0 = starved. */ - sint8 ACC (RW, Str), ACC (RW, Dex), ACC (RW, Con), ACC (RW, Int), ACC (RW, Wis), ACC (RW, Pow), ACC (RW, Cha); - sint8 ACC (RW, wc), ACC (RW, ac); /* Weapon Class and Armour Class */ - sint8 ACC (RW, luck); /* Affects thaco and ac from time to time */ - sint16 ACC (RW, dam); /* How much damage this object does when hitting */ + sint8 ACC (RW, Str), ACC (RW, Dex), ACC (RW, Con), ACC (RW, Int), ACC (RW, Wis), ACC (RW, Pow), ACC (RW, Cha); + sint8 ACC (RW, wc), ACC (RW, ac); /* Weapon Class and Armour Class */ + sint8 ACC (RW, luck); /* Affects thaco and ac from time to time */ + sint16 ACC (RW, dam); /* How much damage this object does when hitting */ - sint16 ACC (RW, hp); /* Hit Points. */ - sint16 ACC (RW, maxhp); + sint16 ACC (RW, hp); /* Hit Points. */ + sint16 ACC (RW, maxhp); - sint16 ACC (RW, sp); /* Spell points. Used to cast mage spells. */ - sint16 ACC (RW, maxsp); /* Max spell points. */ + sint16 ACC (RW, sp); /* Spell points. Used to cast mage spells. */ + sint16 ACC (RW, maxsp); /* Max spell points. */ - sint16 ACC (RW, grace); /* Grace. Used to invoke clerical prayers. */ - sint16 ACC (RW, maxgrace); /* Grace. Used to invoke clerical prayers. */ + sint16 ACC (RW, grace); /* Grace. Used to invoke clerical prayers. */ + sint16 ACC (RW, maxgrace); /* Grace. Used to invoke clerical prayers. */ }; #endif