--- deliantra/server/include/config.h 2006/03/15 15:35:50 1.9 +++ deliantra/server/include/config.h 2006/03/24 06:06:22 1.11 @@ -84,6 +84,11 @@ */ #define COZY_SERVER 1 +/* + * Make it impossible to pk outside the arena. + */ +#define PROHIBIT_PLAYERKILL 1 + /* Use balanced stat loss code? * This code is a little more merciful with repeated stat loss at lower * levels. Basically, the more stats you have lost, the less likely that @@ -700,7 +705,7 @@ /*#define BACKUP_SAVE_AT_HOME*/ /* RESET_LOCATION_TIME is the number of seconds that must elapse before - * we fill return the player to his savebed location. If this is zero, + * we will return the player to his savebed location. If this is zero, * this feature is disabled (player will resume where ever he was * when he last logged off). If this is set to less than two hours, * it will prevent players from camping out in treasure rooms.