From: Mario Date: Tue, 6 Mar 2018 06:30:15 +0000 (+1000) Subject: Disable dropping buffs by default (overlaps with the flag dropping, active buffs... X-Git-Tag: xonotic-v0.8.5~2251 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bcb200a9f3581b7174cf182616c9be3e4da789be;p=xonotic%2Fxonotic-data.pk3dir.git Disable dropping buffs by default (overlaps with the flag dropping, active buffs aren't as wacky anymore) --- diff --git a/mutators.cfg b/mutators.cfg index 51ae3f140..ff5cf3223 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -307,7 +307,7 @@ set g_buffs_random_location 0 "randomize buff location on start and when reset" set g_buffs_random_location_attempts 10 "number of random locations a single buff will attempt to respawn at before giving up" set g_buffs_spawn_count 0 "how many buffs to spawn on the map if none exist already" set g_buffs_replace_powerups 0 "replace powerups on the map with random buffs" -set g_buffs_drop 1 "allow dropping buffs" +set g_buffs_drop 0 "allow dropping buffs" set g_buffs_cooldown_activate 5 "cooldown period when buff is first activated" set g_buffs_cooldown_respawn 3 "cooldown period when buff is reloading" set g_buffs_ammo 1 "ammo buff: infinite ammunition"