ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/living.h
(Generate patch)

Comparing deliantra/server/include/living.h (file contents):
Revision 1.12 by pippijn, Mon Jan 15 21:06:19 2007 UTC vs.
Revision 1.13 by root, Sat May 12 18:14:47 2007 UTC

1/* 1/*
2 * CrossFire, A Multiplayer game for X-windows 2 * CrossFire, A Multiplayer game
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team 4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (C) 1992 Frank Tore Johansen 6 * Copyright (C) 1992 Frank Tore Johansen
7 * 7 *
80 sint16 ACC (RW, sp); /* Spell points. Used to cast mage spells. */ 80 sint16 ACC (RW, sp); /* Spell points. Used to cast mage spells. */
81 sint16 ACC (RW, maxsp); /* Max spell points. */ 81 sint16 ACC (RW, maxsp); /* Max spell points. */
82 82
83 sint16 ACC (RW, grace); /* Grace. Used to invoke clerical prayers. */ 83 sint16 ACC (RW, grace); /* Grace. Used to invoke clerical prayers. */
84 sint16 ACC (RW, maxgrace); /* Grace. Used to invoke clerical prayers. */ 84 sint16 ACC (RW, maxgrace); /* Grace. Used to invoke clerical prayers. */
85
86 sint8 &stat (int index);
87 sint8 stat (int index) const;
85}; 88};
86 89
87#endif 90#endif
88 91

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines