about summary refs log tree commit diff
path: root/src/game/variables.h
diff options
context:
space:
mode:
authorMarius "Teelevision" Neugebauer <marius@teele.eu>2014-03-30 05:54:51 +0200
committerMarius "Teelevision" Neugebauer <marius@teele.eu>2014-03-30 05:54:51 +0200
commitfa7c5cf7fa1d4e8a0fbcd49c776bf4fb92e0d181 (patch)
tree216f70fbaf6cf3fa80295c6be5a2cb06b3d24c61 /src/game/variables.h
parente799504cb2655bb3aa3a25c2a69ddc80558f9e99 (diff)
downloadzcatch-fa7c5cf7fa1d4e8a0fbcd49c776bf4fb92e0d181.tar.gz
zcatch-fa7c5cf7fa1d4e8a0fbcd49c776bf4fb92e0d181.zip
when limited ammo: return ammo when hitting someone or rocketjumping
Diffstat (limited to 'src/game/variables.h')
-rw-r--r--src/game/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/variables.h b/src/game/variables.h
index 3a1fb419..8ff96676 100644
--- a/src/game/variables.h
+++ b/src/game/variables.h
@@ -110,7 +110,7 @@ MACRO_CONFIG_INT(SvAnticamperRange, sv_anticamper_range, 200, 0, 1000, CFGFLAG_S
 
 MACRO_CONFIG_INT(SvGrenadeMinDamage, sv_grenade_min_damage, 4, 1, 6, CFGFLAG_SERVER, "How much damage the grenade must do to kill the player (depends how far away it explodes)")
 MACRO_CONFIG_INT(SvGrenadeEndlessAmmo, sv_grenade_endless_ammo, 1, 0, 1, CFGFLAG_SERVER, "Endless ammo for grenade (only mode 4). If not zero, set sv_grenade_bullets for the number of bullets")
-MACRO_CONFIG_INT(SvWeaponsAmmo, sv_weapons_ammo, 7, 5, 10, CFGFLAG_SERVER, "Default amount of ammo for all weapons in mode 2 or grenade in mode 4. Your ammo will regenerate after some while")
+MACRO_CONFIG_INT(SvWeaponsAmmo, sv_weapons_ammo, 4, 1, 10, CFGFLAG_SERVER, "Default amount of ammo for all weapons in mode 2 or grenade in mode 4. Your ammo will regenerate after some while")
 
 MACRO_CONFIG_INT(SvVoteForceReason, sv_vote_forcereason, 1, 0, 1, CFGFLAG_SERVER, "Allow only votes with a reason (except settings)")
 MACRO_CONFIG_INT(SvSuicideTime, sv_suicide_time, 15, 0, 60, CFGFLAG_SERVER, "Minimum time between suicides. 0 to forbid suicides completely")