]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't spawn buffs on maps that lack spawnpoints by default
authorMario <mario@smbclan.net>
Sat, 8 Oct 2016 11:47:22 +0000 (21:47 +1000)
committerMario <mario@smbclan.net>
Sat, 8 Oct 2016 11:47:22 +0000 (21:47 +1000)
mutators.cfg

index 787ec7e3c773c44757f000040cfa918a009db5a0..2cf382a02ec334313fc11eb215775303ca8ead45 100644 (file)
@@ -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"