From: Samual Date: Mon, 17 Oct 2011 03:28:49 +0000 (-0400) Subject: Update ammo values for the ammo panel X-Git-Tag: xonotic-v0.6.0~35^2~78^2~7^2~43 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=30f5a5af570ea78b293df8834a366ca4e3f80eb1;p=xonotic%2Fxonotic-data.pk3dir.git Update ammo values for the ammo panel --- diff --git a/_hud_common.cfg b/_hud_common.cfg index b340fda47..496f9ffc6 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -6,10 +6,10 @@ seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode" // general hud panel cvars (i.e. shouldn't be adjusted by a skin config) -seta hud_panel_weapons_ammo_full_shells 50 "show 100% of the status bar at this ammo count" -seta hud_panel_weapons_ammo_full_nails 200 "show 100% of the status bar at this ammo count" -seta hud_panel_weapons_ammo_full_cells 80 "show 100% of the status bar at this ammo count" -seta hud_panel_weapons_ammo_full_rockets 80 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_shells 60 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_nails 320 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_cells 180 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_rockets 160 "show 100% of the status bar at this ammo count" seta hud_panel_weapons_ammo_full_fuel 100 "show 100% of the status bar at this ammo count" seta hud_panel_ammo_maxammo "40" "when you have this much ammo, the ammo status bar is full"