From bcb200a9f3581b7174cf182616c9be3e4da789be Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 6 Mar 2018 16:30:15 +1000 Subject: [PATCH] Disable dropping buffs by default (overlaps with the flag dropping, active buffs aren't as wacky anymore) --- mutators.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2