From: terencehill Date: Thu, 4 Feb 2021 11:57:16 +0000 (+0100) Subject: Freezetag: increase pre-round time X-Git-Tag: xonotic-v0.8.5~405^2~32^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2bd915e7a3ac6db896372f149638b30b1bb1d8fc;p=xonotic%2Fxonotic-data.pk3dir.git Freezetag: increase pre-round time --- diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 365ed4212..691299e44 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -363,7 +363,7 @@ set g_domination_warmup 5 // freezetag // =========== set g_freezetag 0 "Freeze Tag: Freeze the opposing team(s) to win, unfreeze teammates by standing next to them" -set g_freezetag_warmup 5 "Time players get to run around before the round starts" +set g_freezetag_warmup 10 "Time players get to run around before the round starts" set g_freezetag_point_limit -1 "Freeze Tag point limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" set g_freezetag_point_leadlimit -1 "Freeze Tag point lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" set g_freezetag_revive_speed 0.4 "Speed for reviving a frozen teammate"