From: Mario Date: Sat, 8 Oct 2016 11:47:22 +0000 (+1000) Subject: Don't spawn buffs on maps that lack spawnpoints by default X-Git-Tag: xonotic-v0.8.2~544 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8aad1a93a2f00f535bb273b650f167dea1c5ccac;p=xonotic%2Fxonotic-data.pk3dir.git Don't spawn buffs on maps that lack spawnpoints by default --- 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"