]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Implement vote 215. Fixes #1895.
authorRudolf Polzer <divverent@xonotic.org>
Tue, 4 Feb 2014 16:19:19 +0000 (17:19 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 4 Feb 2014 16:19:19 +0000 (17:19 +0100)
gamemodes.cfg

index 9addcbc7d829291fade7e0319f36dd2d204ad0d2..bf6ba106d30da188e22f48db1c904a9cb5d89408 100644 (file)
@@ -87,11 +87,10 @@ seta g_invasion_round_limit -1 "Invasion round limit overriding the mapinfo spec
 //  respawn delay/waves/weapon_stay
 // =================================
 // when variables are set to anything other than 0, they take over the global setting. Negative values force an output value of zero.
-// to force disable delay or waves, set them to 0.125
-set g_ctf_respawn_delay_small 5
-set g_ctf_respawn_delay_small_count 0
+set g_ctf_respawn_delay_small 1
+set g_ctf_respawn_delay_small_count 1
 set g_ctf_respawn_delay_large 5
-set g_ctf_respawn_delay_large_count 0
+set g_ctf_respawn_delay_large_count 5
 set g_ctf_respawn_delay_max 0
 set g_ctf_respawn_waves 0
 set g_ctf_weapon_stay 0