version 1.64 | | version 1.65 |
---|
| | |
/* | | /* |
* static char *rcsid_living_c = | | * static char *rcsid_living_c = |
* "$Id: living.c,v 1.64 2004/10/15 07:09:35 mwedel Exp $"; | | * "$Id: living.c,v 1.65 2005/03/06 19:05:24 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* before, you need to start someplace. | | * before, you need to start someplace. |
*/ | | */ |
| | |
int weight_limit[MAX_STAT+ 1] = { | | uint32 weight_limit[MAX_STAT+ 1] = { |
200000, /* 0 */ | | 200000, /* 0 */ |
250000,300000,350000,400000,500000, /* 5*/ | | 250000,300000,350000,400000,500000, /* 5*/ |
600000,700000,800000,900000,1000000, /* 10 */ | | 600000,700000,800000,900000,1000000, /* 10 */ |