]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
allow 3 flag throws
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 24 Aug 2017 18:34:00 +0000 (20:34 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 24 Aug 2017 18:34:00 +0000 (20:34 +0200)
gamemodes-server.cfg

index 684edb3a83c64c73776554c649dcbdc3d5e0ea8b..6f31899b1c625626293cd9370a413737468fe6f1 100644 (file)
@@ -256,7 +256,7 @@ set g_ctf_flag_dropped_floatinwater 200 "move upwards while in water at this vel
 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 2
+set g_ctf_throw_punish_count 3
 set g_ctf_throw_punish_delay 30
 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"