version 1.19 | | version 1.20 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.19 2001/05/09 06:58:12 mwedel Exp $"; | | * "$Id: config.h,v 1.20 2001/05/12 04:04:19 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define NO_CONE_PROPOGATE | | #define NO_CONE_PROPOGATE |
*/ | | */ |
| | |
| | /* Polymorph as it currently stands is unbalancing, so by default |
| | * we have it disabled. It can be enabled and it works, but |
| | * it can be abused in various ways. |
| | */ |
| | #define NO_POLYMORPH |
| | |
/* NOT_PERMADEATH by Charles Henrich (henrich@crh.cl.msu.edu), April 9, 1993 | | /* NOT_PERMADEATH by Charles Henrich (henrich@crh.cl.msu.edu), April 9, 1993 |
* | | * |
* Makes death non permanent. If enabled and you die, you lose a bunch of | | * Makes death non permanent. If enabled and you die, you lose a bunch of |