]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
restore damage between nonBCs
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 29 Aug 2019 13:53:49 +0000 (15:53 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 29 Aug 2019 13:53:49 +0000 (15:53 +0200)
gamemodes-server.cfg

index dddae5c446604a3820a13eafbc18fb4fadfc9a05..de93fd81c931b10387945dff181e62f66dfce098 100644 (file)
@@ -387,7 +387,7 @@ set g_keepaway_ballcarrier_force    1       "force multiplier while holding the ball"
 set g_keepaway_ballcarrier_selfdamage  1       "self damage multiplier while holding the ball"
 set g_keepaway_ballcarrier_selfforce   1       "self force multiplier while holding the ball"
 set g_keepaway_noncarrier_warn 1       "warn players when they kill without holding the ball"
-set g_keepaway_noncarrier_damage       0       "damage done to other players if both you and they don't have the ball"
+set g_keepaway_noncarrier_damage       1       "damage done to other players if both you and they don't have the ball"
 set g_keepaway_noncarrier_force        1       "force done to other players if both you and they don't have the ball"
 set g_keepaway_noncarrier_selfdamage   1       "self damage if you don't have the ball"
 set g_keepaway_noncarrier_selfforce    1       "self force if you don't have the ball"