From 1ed6478d65ea95fc6dace152b1ff30dd088b5c1d Mon Sep 17 00:00:00 2001 From: Erthilo Date: Mon, 24 Sep 2012 17:55:58 +0100 Subject: [PATCH] Config changes to reduce run speed and enable dismemberment. --- config/game_options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/game_options.txt b/config/game_options.txt index 0b4b811bda0..0a1e7e1be16 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -8,10 +8,10 @@ HEALTH_THRESHOLD_DEAD -100 ## Determines whether bones can be broken through excessive damage to the organ ## 0 means bones can't break, 1 means they can -BONES_CAN_BREAK 0 +BONES_CAN_BREAK 1 ## Determines whether limbs can be amputated through excessive damage to the organ ## 0 means limbs can't be amputated, 1 means they can -LIMBS_CAN_BREAK 0 +LIMBS_CAN_BREAK 1 ## multiplier which enables organs to take more damage before bones breaking or limbs being destroyed ## 100 means normal, 50 means half @@ -42,8 +42,8 @@ REVIVAL_BRAIN_LIFE -1 ## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied. -RUN_DELAY 2 -WALK_DELAY 5 +RUN_SPEED 2 +WALK_SPEED 5 ## The variables below affect the movement of specific mob types.