From 9c4bfba75b424c4292ea2f5cf19007e576e2b518 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 15 Dec 2016 02:14:44 +0100 Subject: [PATCH] g_ctf_reverse description --- gamemodes.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes.cfg b/gamemodes.cfg index 71f0dc179..a1f2c4084 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -18,7 +18,7 @@ alias asay_drop "say_team (%l) dropped %w ; impulse 17" // ================= // gamestart hooks // ================= -seta cl_matchcount 0 // incremented by cl_hook_gameend and used by playerstats to know when to +seta cl_matchcount 0 // incremented by cl_hook_gameend and used by playerstats to know when to alias _cl_hook_gamestart "set _cl_hook_gametype $1; _cl_hook_gamestart_stage2" alias _cl_hook_gamestart_stage2 "cl_hook_gamestart_all; cl_hook_gamestart_${_cl_hook_gametype}" alias cl_hook_gamestart_all @@ -278,7 +278,7 @@ set g_ctf_dropped_capture_delay 1 "dropped capture delay" set g_ctf_dropped_capture_radius 100 "allow dropped flags to be automatically captured by base flags if the dropped flag is within this radius of it" set g_ctf_flag_damageforcescale 2 set g_ctf_portalteleport 0 "allow flag carriers to go through portals made in portal gun without dropping the flag" -set g_ctf_reverse 0 "if enabled, flags positions are switched: you have to capture the enemy's flag from your own base by bringing it to your own flag in the enemy base" +set g_ctf_reverse 0 "if enabled, you score by bringing your own flag to an enemy's flag in his base" set g_ctf_flag_collect_delay 1 set g_ctf_flag_health 0 set g_ctf_flag_dropped_waypoint 2 "show dropped flag waypointsprite when a flag is lost. 1 = team only, 2 = for all players" -- 2.39.2