Difference for include/living.h from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_h =   * static char *rcsid_living_h =
  *   "$Id: living.h,v 1.7 2002/07/15 04:57:12 mwedel Exp $";   *   "$Id: living.h,v 1.8 2003/03/08 05:35:32 mwedel Exp $";
  */   */
   
 /*  /*
Line 74
 
Line 74
   sint16 maxsp; /* Max spell points. */    sint16 maxsp; /* Max spell points. */
   sint16 grace; /* Grace.  Used to invoke clerical prayers. */    sint16 grace; /* Grace.  Used to invoke clerical prayers. */
   sint16 maxgrace; /* Grace.  Used to invoke clerical prayers. */    sint16 maxgrace; /* Grace.  Used to invoke clerical prayers. */
   sint32 exp; /* Experience.  Killers gain 1/10. */    sint64 exp; /* Experience.  Killers gain 1/10. */
   sint16 food; /* How much food in stomach.  0 = starved. */    sint16 food; /* How much food in stomach.  0 = starved. */
   sint16 dam; /* How much damage this object does when hitting */    sint16 dam; /* How much damage this object does when hitting */
   sint8 luck; /* Affects thaco and ac from time to time */    sint8 luck; /* Affects thaco and ac from time to time */


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:23