version 1.17 | version 1.18 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_living_c = | * static char *rcsid_living_c = | |||
* "$Id: living.c,v 1.17 2000/12/17 00:39:16 cvs Exp $"; | * "$Id: living.c,v 1.18 2000/12/27 07:53:33 cvs Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
int fear_bonus[MAX_STAT + 1]={ | int fear_bonus[MAX_STAT + 1]={ | |||
3,3,3,3,2,2,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 | 3,3,3,3,2,2,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 | |||
}; | }; | |||
int learn_prayer_chance[MAX_STAT + 1] = { | ||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,10,15,20,30,40,60 | ||||
}; | ||||
/* | /* | |||
Since this is nowhere defined ... | Since this is nowhere defined ... |
Legend:
|