From 630cb6fe53691f9d10189e6a62f8cce171535448 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 21 Sep 2012 20:23:57 -0400 Subject: [PATCH] 2 throws in 5 seconds constitutes spamming --- gamemodes.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes.cfg b/gamemodes.cfg index 252bd55a4..84ed85e50 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -198,9 +198,9 @@ set g_ctf_flag_pickup_verbosename 0 "show the name of the person who picked up t set g_ctf_throw 1 "throwing allows circumventing carrierkill score, so enable this with care!" set g_ctf_throw_angle_max 90 "maximum upwards angle you can throw the flag" set g_ctf_throw_angle_min -90 "minimum downwards angle you can throw the flag" -set g_ctf_throw_punish_count 3 +set g_ctf_throw_punish_count 2 set g_ctf_throw_punish_delay 30 -set g_ctf_throw_punish_time 8 +set g_ctf_throw_punish_time 5 set g_ctf_throw_strengthmultiplier 2 "multiplier for velocity when you have the strength... essentially, throw the flag REALLY hard when you have the strength :D" set g_ctf_throw_velocity_forward 500 "how fast or far a player can throw the flag" set g_ctf_throw_velocity_up 200 "upwards velocity added upon initial throw" -- 2.39.2