]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
2 throws in 5 seconds constitutes spamming
authorSamual Lenks <samual@xonotic.org>
Sat, 22 Sep 2012 00:23:57 +0000 (20:23 -0400)
committerSamual Lenks <samual@xonotic.org>
Sat, 22 Sep 2012 00:23:57 +0000 (20:23 -0400)
gamemodes.cfg

index 252bd55a428265b1d09ff1782520a06fca054907..84ed85e50ea87be783186bc925fd04fd754a0f2a 100644 (file)
@@ -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"