From 3059ca55182458fdefdef853889b02ac9615c0bd Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Tue, 10 Dec 2013 20:33:17 -0500 Subject: [PATCH] Update config, plus small spacing fix --- bal-wep-xonotic.cfg | 1 - qcsrc/common/weapons/w_hook.qc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bal-wep-xonotic.cfg b/bal-wep-xonotic.cfg index 7981417af..51ab517bc 100644 --- a/bal-wep-xonotic.cfg +++ b/bal-wep-xonotic.cfg @@ -478,7 +478,6 @@ set g_balance_hook_primary_hooked_ammo 5 set g_balance_hook_primary_hooked_time_free 2 set g_balance_hook_primary_hooked_time_max 0 set g_balance_hook_primary_refire 0 -set g_balance_hook_secondary_ammo 30 set g_balance_hook_secondary_animtime 0.3 set g_balance_hook_secondary_damage 25 set g_balance_hook_secondary_damageforcescale 0 diff --git a/qcsrc/common/weapons/w_hook.qc b/qcsrc/common/weapons/w_hook.qc index 34496f65c..54f0cee0e 100644 --- a/qcsrc/common/weapons/w_hook.qc +++ b/qcsrc/common/weapons/w_hook.qc @@ -15,7 +15,7 @@ REGISTER_WEAPON( #define HOOK_SETTINGS_LIST(w_cvar,w_prop,id,sn) \ w_cvar(id, sn, BOTH, animtime) \ w_cvar(id, sn, BOTH, refire) \ - w_cvar(id, sn, PRI, ammo) \ + w_cvar(id, sn, PRI, ammo) \ w_cvar(id, sn, PRI, hooked_ammo) \ w_cvar(id, sn, PRI, hooked_time_free) \ w_cvar(id, sn, PRI, hooked_time_max) \ -- 2.39.2