version 1.5 | | version 1.6 |
---|
| | |
/* | | /* |
* static char *rcsid_skills_h = | | * static char *rcsid_skills_h = |
* "$Id: skills.h,v 1.5 2000/06/21 05:03:47 cvs Exp $"; | | * "$Id: skills.h,v 1.6 2000/09/27 00:50:18 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
SK_USE_MAGIC_ITEM, /* player use wands/horns/rods */ | | SK_USE_MAGIC_ITEM, /* player use wands/horns/rods */ |
/* 30 */ | | /* 30 */ |
SK_PRAYING, /* player can cast cleric spells, regen grace points */ | | SK_PRAYING, /* player can cast cleric spells, regen grace points */ |
SK_CLAWING /* player attack for troll, dragon characters */ | | SK_CLAWING, /* player attack for troll, dragon characters */ |
| | SK_LEVITATION /* skill for players who can fly. */ |
| | |
/* Here follows a list of others which could be implemented, but are | | /* Here follows a list of others which could be implemented, but are |
* not */ | | * not */ |