From 1d3535908ccc7002b30ca07acf9c7a27602b148a Mon Sep 17 00:00:00 2001
From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Tue, 31 Jan 2012 18:24:24 +0200
Subject: [PATCH] Make it harder to get health, making the gameplay a little
 more challenging (for preds especially).

---
 data/balanceVT.cfg | 10 +++++-----
 data/defaultVT.cfg |  2 +-
 docs/TODO.txt      |  4 +++-
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg
index 726f6eda..a9fa9fd9 100644
--- a/data/balanceVT.cfg
+++ b/data/balanceVT.cfg
@@ -38,16 +38,16 @@ set g_lms_start_ammo_fuel 150
 set g_pickup_fuel 35
 set g_pickup_fuel_jetpack 50
 set g_pickup_fuel_max 250
-set g_pickup_healthsmall 10
+set g_pickup_healthsmall 5
 set g_pickup_healthsmall_max 200
 set g_pickup_healthsmall_consumable 5
-set g_pickup_healthmedium 25
+set g_pickup_healthmedium 15
 set g_pickup_healthmedium_max 100
 set g_pickup_healthmedium_consumable 15
-set g_pickup_healthlarge 50
+set g_pickup_healthlarge 25
 set g_pickup_healthlarge_max 150
 set g_pickup_healthlarge_consumable 25
-set g_pickup_healthmega 100
+set g_pickup_healthmega 50
 set g_pickup_healthmega_max 200
 set g_pickup_healthmega_consumable 50
 set g_pickup_respawntime_short 15
@@ -226,7 +226,7 @@ set g_balance_vore_digestion_damage_item 1 "amount of damage applied to items du
 set g_balance_vore_digestion_limit -100 "prey can be digested down to this amount of health"
 set g_balance_vore_digestion_limit_regurgitate 1 "the predator automatically regurgitates prey that has reached the digestion limit"
 set g_balance_vore_digestion_limit_blockrespawn 1 "dead prey cannot respawn if it's still being digested"
-set g_balance_vore_digestion_vampire 0.15 "amount of health you gain from digestion off the damage you deal"
+set g_balance_vore_digestion_vampire 0.1 "amount of health you gain from digestion off the damage you deal"
 set g_balance_vore_digestion_vampire_stable 150 "maximum amount of health you can gain from digestion (best kept equal or less than g_balance_health_rotstable)"
 set g_balance_vore_digestion_distribute 0.1 "if enabled, digestion is reduced by the amount of stomach load you have by this amount"
 set g_balance_vore_digestion_scalediff 0.5 "if enabled, digestion damage is affected by the size of the predator compared to the size of the prey by this amount"
diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg
index 9878290d..ab32f8e3 100644
--- a/data/defaultVT.cfg
+++ b/data/defaultVT.cfg
@@ -1346,7 +1346,7 @@ set capturelimit 0
 seta sbar_fontsize 11
 seta sbar_fontsize_spec 16
 seta scr_centersize 11
-seta sbar_width 560
+seta sbar_width 420
 // alias sbar_font "loadfont user1 ${1},gfx/fallback ${2-}; loadfont user2 ${1}-big ${2-}; sbar_columns_set"
 alias sbar_font "set _requested_sbar_font \"${*}\""
 seta sbar_columns default
diff --git a/docs/TODO.txt b/docs/TODO.txt
index 71676cde..9d8fb6d0 100644
--- a/docs/TODO.txt
+++ b/docs/TODO.txt
@@ -122,4 +122,6 @@
 
 - 0.7 BUG: If the player is dead, his display digits still appear on his third person model, visible with chase event camera
 
-- 0.7 BUG: Default player model is broken?
\ No newline at end of file
+- 0.7 BUG: Default player model is broken?
+
+- 0.7 BUG: Display digits on th 1st persom model disappear when the next map starts.
\ No newline at end of file
-- 
2.39.5