From b3f1cd2a01135ac428b12f35105e3e093d5df526 Mon Sep 17 00:00:00 2001 From: div0 Date: Sun, 13 Jan 2008 10:38:41 +0000 Subject: [PATCH] forgot this, sorry git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3133 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/weapons.cfg | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/data/weapons.cfg b/data/weapons.cfg index 30f9dad15..923c5080f 100644 --- a/data/weapons.cfg +++ b/data/weapons.cfg @@ -19,14 +19,18 @@ set g_pickup_rockets 15 set g_pickup_rockets_max 999 set g_pickup_cells 25 set g_pickup_cells_max 999 -set g_pickup_armorshard 5 -set g_pickup_armorshard_max 999 -set g_pickup_armor 100 -set g_pickup_armor_max 999 -set g_pickup_healthshard 5 -set g_pickup_healthshard_max 999 -set g_pickup_health 25 -set g_pickup_health_max 999 +set g_pickup_armorsmall 5 +set g_pickup_armorsmall_max 999 +set g_pickup_armormedium 25 +set g_pickup_armormedium_max 999 +set g_pickup_armorlarge 100 +set g_pickup_armorlarge_max 999 +set g_pickup_healthsmall 5 +set g_pickup_healthsmall_max 999 +set g_pickup_healthmedium 25 +set g_pickup_healthmedium_max 999 +set g_pickup_healthlarge 50 +set g_pickup_healthlarge_max 999 set g_pickup_healthmega 100 set g_pickup_healthmega_max 999 -- 2.39.2