From 249bbd32d9b5f6fb9732385243342bfd5cb08f9b Mon Sep 17 00:00:00 2001 From: cib Date: Mon, 9 Jan 2012 01:34:28 -0800 Subject: [PATCH] EXPERIMENTAL: Set the crit setting in the soft-configuration to -50, so people go into crit later. Hopefully it's not borked. --- config/game_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/game_options.txt b/config/game_options.txt index 6521afe1867..64b4abbc031 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -1,7 +1,7 @@ ### HEALTH ### ## level of health at which a mob becomes unconscious (crit) -HEALTH_THRESHOLD_CRIT 0 +HEALTH_THRESHOLD_CRIT -50 ## level of health at which a mob becomes dead HEALTH_THRESHOLD_DEAD -100