From 6ba57704388b1013ba0ad187f00b35aee196598b Mon Sep 17 00:00:00 2001 From: Mirio Date: Mon, 7 May 2018 17:34:17 +0200 Subject: [PATCH] Reduce weapon pickup spam --- balance-xdf.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/balance-xdf.cfg b/balance-xdf.cfg index 245fa7cc4..6a1622c2c 100644 --- a/balance-xdf.cfg +++ b/balance-xdf.cfg @@ -49,8 +49,8 @@ set g_balance_nix_ammoincr_fuel 2 // }}} // {{{ pickup items -set g_pickup_ammo_anyway 1 -set g_pickup_weapons_anyway 1 +set g_pickup_ammo_anyway 0 +set g_pickup_weapons_anyway 0 set g_pickup_shells 15 set g_pickup_shells_weapon 15 set g_pickup_shells_max 60 @@ -72,28 +72,28 @@ set g_pickup_fuel_jetpack 100 set g_pickup_fuel_max 100 set g_pickup_armorsmall 5 set g_pickup_armorsmall_max 200 -set g_pickup_armorsmall_anyway 1 +set g_pickup_armorsmall_anyway 0 set g_pickup_armormedium 25 set g_pickup_armormedium_max 200 -set g_pickup_armormedium_anyway 1 +set g_pickup_armormedium_anyway 0 set g_pickup_armorbig 50 set g_pickup_armorbig_max 200 -set g_pickup_armorbig_anyway 1 +set g_pickup_armorbig_anyway 0 set g_pickup_armormega 100 set g_pickup_armormega_max 200 -set g_pickup_armormega_anyway 1 +set g_pickup_armormega_anyway 0 set g_pickup_healthsmall 5 set g_pickup_healthsmall_max 200 -set g_pickup_healthsmall_anyway 1 +set g_pickup_healthsmall_anyway 0 set g_pickup_healthmedium 25 set g_pickup_healthmedium_max 200 -set g_pickup_healthmedium_anyway 1 +set g_pickup_healthmedium_anyway 0 set g_pickup_healthbig 50 set g_pickup_healthbig_max 200 -set g_pickup_healthbig_anyway 1 +set g_pickup_healthbig_anyway 0 set g_pickup_healthmega 100 set g_pickup_healthmega_max 200 -set g_pickup_healthmega_anyway 1 +set g_pickup_healthmega_anyway 0 set g_pickup_respawntime_short 0.1 set g_pickup_respawntime_medium 0.1 set g_pickup_respawntime_long 0.1 -- 2.39.2