]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - mutators.cfg
Merge branch 'master' into DefaultUser/kick_teamkiller
[xonotic/xonotic-data.pk3dir.git] / mutators.cfg
index c16fda72e32b16f7d7f54df0d66afe772f065147..8bb2d953c719ba6c9a89ff07168a5d1d077d29b6 100644 (file)
@@ -478,6 +478,12 @@ set g_dynamic_handicap_exponent 1 "The exponent used to calculate handicap. 1 me
 set g_dynamic_handicap_min 0 "The minimum value of the handicap."
 set g_dynamic_handicap_max 0 "The maximum value of the handicap."
 
+// ===============
+// kick teamkiller
+// ===============
+set g_kick_teamkiller_rate 0 "Limit for teamkills per minute before the client gets dropped. 0 means that the teamkillers don't get kicked automatically"
+set g_kick_teamkiller_lower_limit 5 "Minimum number of teamkills before the teamkill rate is considered"
+
 // =====================
 //  stale-move negation
 // =====================
@@ -485,3 +491,4 @@ set g_smneg 0 "Stale-move negation: penalize repeated use of the same weapon"
 set g_smneg_bonus 1 "Stale-move negation: allow weapons to become stronger than their baseline"
 set g_smneg_bonus_asymptote 4 "Stale-move negation: damage = infinity at this bonus level"
 set g_smneg_cooldown_factor 0.25 "Stale-move negation: penalty cooldown factor"
+