]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable dropping buffs by default (overlaps with the flag dropping, active buffs...
authorMario <mario@smbclan.net>
Tue, 6 Mar 2018 06:30:15 +0000 (16:30 +1000)
committerMario <mario@smbclan.net>
Tue, 6 Mar 2018 06:32:42 +0000 (16:32 +1000)
mutators.cfg

index 51ae3f140fae169c02967a4dc5f6a398c6e381ee..ff5cf3223d1050efcb6a8e2b194297b6ae234206 100644 (file)
@@ -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"