From: Samual Lenks Date: Sat, 22 Sep 2012 00:23:57 +0000 (-0400) Subject: 2 throws in 5 seconds constitutes spamming X-Git-Tag: xonotic-v0.7.0~218^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=630cb6fe53691f9d10189e6a62f8cce171535448;p=xonotic%2Fxonotic-data.pk3dir.git 2 throws in 5 seconds constitutes spamming --- 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"