From 8aad1a93a2f00f535bb273b650f167dea1c5ccac Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 8 Oct 2016 21:47:22 +1000 Subject: [PATCH] Don't spawn buffs on maps that lack spawnpoints by default --- mutators.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutators.cfg b/mutators.cfg index 787ec7e3c..2cf382a02 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -305,7 +305,7 @@ set g_buffs_randomize 1 "randomize buff type when player drops buff" set g_buffs_random_lifetime 30 "re-spawn the buff again if it hasn't been touched after this time in seconds" 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 5 "how many buffs to spawn on the map if none exist already" +set g_buffs_spawn_count 0 "how many buffs to spawn on the map if none exist already" set g_buffs_replace_powerups 1 "replace powerups on the map with random 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" -- 2.39.2