]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Better description of g_ctf_shield_max_ratio and g_ctf_shield_min_negscore
authorterencehill <piuntn@gmail.com>
Sat, 20 Aug 2011 16:00:02 +0000 (18:00 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 20 Aug 2011 16:00:02 +0000 (18:00 +0200)
defaultXonotic.cfg

index 3dc51da56553df8c0ceb4a05c886bfeec4b16ceb..0130c8a5409cd5f26b439dfb43d857696066a9f0 100644 (file)
@@ -706,8 +706,8 @@ set g_ctf_reverse 0 "if enabled, flags positions are switched: you have to captu
 set g_balance_ctf_delay_collect 1.0
 set g_balance_ctf_damageforcescale 1
 
-set g_ctf_shield_max_ratio 0   "shield at most 0% of a team from the enemy flag (try: 0.4 for 40%)"
-set g_ctf_shield_min_negscore 20       "shield the player from the flag if he's got -20 points or less"
+set g_ctf_shield_max_ratio 0   "shield at most this percentage of a team from the enemy flag (try: 0.4 for 40%)"
+set g_ctf_shield_min_negscore 20       "shield the player from the flag if he's got this negative amount of points or less"
 set g_ctf_shield_force 100     "push force of the shield"
 
 // fun for server admins