From: Martin Taibr Date: Thu, 24 Aug 2017 18:34:00 +0000 (+0200) Subject: allow 3 flag throws X-Git-Tag: xonotic-v0.8.5~2507^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dd8e87cb5ff30b4aadc59504fc71b6347321ecd7;p=xonotic%2Fxonotic-data.pk3dir.git allow 3 flag throws --- diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 684edb3a8..6f31899b1 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -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"