]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update config, plus small spacing fix
authorSamual Lenks <samual@xonotic.org>
Wed, 11 Dec 2013 01:33:17 +0000 (20:33 -0500)
committerSamual Lenks <samual@xonotic.org>
Wed, 11 Dec 2013 01:33:17 +0000 (20:33 -0500)
bal-wep-xonotic.cfg
qcsrc/common/weapons/w_hook.qc

index 7981417af001f044a065fce369b76517a06e523c..51ab517bc48238bc1cc4a061bd6f80e15f776def 100644 (file)
@@ -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
index 34496f65c42814e46f07d44656071eb096284fd6..54f0cee0eb6317a037b9c83b06a5f826dbe4df63 100644 (file)
@@ -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) \