version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_skills_h = | | * static char *rcsid_skills_h = |
* "$Id: skills.h,v 1.2 1999/07/13 06:02:52 cvs Exp $"; | | * "$Id: skills.h,v 1.3 1999/09/17 21:09:40 damn Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
/* #define LINKED_SKILL_LIST */ | | /* #define LINKED_SKILL_LIST */ |
| | |
| | #define NROFSKILLS 32 /* match to the number of elements in skills[] array */ |
| | |
enum skillnrs { | | enum skillnrs { |
/* 0 */ | | /* 0 */ |
SK_STEALING, /* steal from other players/NPCs */ | | SK_STEALING, /* steal from other players/NPCs */ |