version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_h = | | * static char *rcsid_attack_h = |
* "$Id: attack.h,v 1.3 2001/10/07 07:12:39 garbled Exp $"; | | * "$Id: attack.h,v 1.4 2001/10/31 07:00:24 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
#define NROFATTACKS 24 | | #define NROFATTACKS 24 |
#define NROFATTACKMESS 10 | | #define NROFATTACKMESS 20 |
#define MAXATTACKMESS 20 | | #define MAXATTACKMESS 20 |
| | |
/* attack message numbers must be less than NROFATTACKMESS */ | | /* attack message numbers must be less than NROFATTACKMESS */ |
| | |
#define ATM_KARATE 6 | | #define ATM_KARATE 6 |
#define ATM_CLAW 7 | | #define ATM_CLAW 7 |
#define ATM_PUNCH 8 | | #define ATM_PUNCH 8 |
| | #define ATM_SLASH 9 |
| | #define ATM_PIERCE 10 |
| | #define ATM_CLEAVE 11 |
| | #define ATM_SLICE 12 |
| | #define ATM_STAB 13 |
| | #define ATM_WHIP 14 |
| | #define ATM_CRUSH 15 |
| | #define ATM_BLUD 16 |
| | |
/* Note that the last ATNR_ should be one less than NROFATTACKS above | | /* Note that the last ATNR_ should be one less than NROFATTACKS above |
* since the ATNR starts counting at zero. | | * since the ATNR starts counting at zero. |