]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Limit medium health pickups to only work if below 100 health in XPM
authorSamual <samual@xonotic.org>
Fri, 17 Feb 2012 22:12:17 +0000 (17:12 -0500)
committerSamual <samual@xonotic.org>
Fri, 17 Feb 2012 22:12:17 +0000 (17:12 -0500)
balanceXPM.cfg

index 40d7bfe7e71a4a94cefa2a4768160cbf26c84199..769896f62afa73e7a063b6b5dfc03cd8e739de89 100644 (file)
@@ -75,10 +75,10 @@ set g_pickup_armorsmall 5
 set g_pickup_armorsmall_max 200
 set g_pickup_armorsmall_anyway 1
 set g_pickup_armormedium 25
-set g_pickup_armormedium_max 200
+set g_pickup_armormedium_max 100
 set g_pickup_armormedium_anyway 1
 set g_pickup_armorbig 50
-set g_pickup_armorbig_max 200
+set g_pickup_armorbig_max 100
 set g_pickup_armorbig_anyway 1
 set g_pickup_armorlarge 100
 set g_pickup_armorlarge_max 200
@@ -87,10 +87,10 @@ set g_pickup_healthsmall 5
 set g_pickup_healthsmall_max 200
 set g_pickup_healthsmall_anyway 1
 set g_pickup_healthmedium 25
-set g_pickup_healthmedium_max 200
+set g_pickup_healthmedium_max 100
 set g_pickup_healthmedium_anyway 1
 set g_pickup_healthlarge 50
-set g_pickup_healthlarge_max 200
+set g_pickup_healthlarge_max 100
 set g_pickup_healthlarge_anyway 1
 set g_pickup_healthmega 100
 set g_pickup_healthmega_max 200