]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable disability buff (may be removed soon)
authorMario <mario@smbclan.net>
Fri, 15 Jan 2016 15:10:22 +0000 (01:10 +1000)
committerMario <mario@smbclan.net>
Fri, 15 Jan 2016 15:10:44 +0000 (01:10 +1000)
mutators.cfg

index 4675b009f89dd4fc499edfb2298559337d303c65..60f4c4c31437e2f299862ffdc4f80b36aad5c375 100644 (file)
@@ -316,7 +316,7 @@ set g_buffs_bash 1 "bash buff: increased knockback force and immunity to knockba
 set g_buffs_bash_time 60 "bash buff carry time"
 set g_buffs_bash_force 2 "bash force multiplier"
 set g_buffs_bash_force_self 1.2 "bash self force multiplier"
-set g_buffs_disability 1 "disability buff: attacks to players and monsters deal slowness (decreased movement/attack speed) for a few seconds"
+set g_buffs_disability 0 "disability buff: attacks to players and monsters deal slowness (decreased movement/attack speed) for a few seconds"
 set g_buffs_disability_time 60 "disability buff carry time"
 set g_buffs_disability_slowtime 3 "time in seconds for target disability"
 set g_buffs_disability_speed 0.7 "player speed multiplier while disabled"