From: Martin Taibr Date: Thu, 29 Aug 2019 13:53:49 +0000 (+0200) Subject: restore damage between nonBCs X-Git-Tag: xonotic-v0.8.5~1279^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2dbc52453fc82434a276e8a75916c84c9a6c87f9;p=xonotic%2Fxonotic-data.pk3dir.git restore damage between nonBCs --- diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index dddae5c44..de93fd81c 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -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"