From e86c4444aef7e5af3b0bc746c228867d064010e8 Mon Sep 17 00:00:00 2001 From: div0 Date: Wed, 11 Mar 2009 20:45:17 +0000 Subject: [PATCH] -allweapons +mostweapons remove seeker from LMS git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6104 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/common/items.qc | 4 ++-- data/qcsrc/menu/nexuiz/dialog_multiplayer_create_mutators.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/qcsrc/common/items.qc b/data/qcsrc/common/items.qc index 15ca18508..5c96a9fb2 100644 --- a/data/qcsrc/common/items.qc +++ b/data/qcsrc/common/items.qc @@ -110,9 +110,9 @@ void RegisterWeapons() register_weapon(WEP_PORTO, w_porto, 0, 0, 0, 0, 0, "porto" , "porto", "Port-O-Launch"); register_weapon(WEP_MINSTANEX, w_minstanex, IT_CELLS, 7, 0, 1, BOT_PICKUP_RATING_HIGH, "minstanex", "minstanex", "MinstaNex"); register_weapon(WEP_HOOK, w_hook, IT_CELLS, 0, 0, 1, 0, "hookgun", "hook", "Grappling Hook"); - register_weapon(WEP_SEEKER, w_seeker, IT_ROCKETS, 8, 1, 0, BOT_PICKUP_RATING_HIGH, "seeker", "seeker", "T.A.G. Seeker"); + register_weapon(WEP_SEEKER, w_seeker, IT_ROCKETS, 8, 0, 0, BOT_PICKUP_RATING_HIGH, "seeker", "seeker", "T.A.G. Seeker"); register_weapon(WEP_HLAC, w_hlac, IT_CELLS, 6, 1, 0, BOT_PICKUP_RATING_MID, "hlac", "hlac", "Heavy Laser Assault Cannon"); - register_weapon(WEP_CAMPINGRIFLE, w_campingrifle, IT_NAILS, 3, 1, 0, BOT_PICKUP_RATING_MID, "campingrifle", "campingrifle", "Camping Rifle"); + register_weapon(WEP_CAMPINGRIFLE, w_campingrifle, IT_NAILS, 3, 1, 0, BOT_PICKUP_RATING_MID, "campingrifle", "campingrifle", "Rifle"); register_weapons_done(); } diff --git a/data/qcsrc/menu/nexuiz/dialog_multiplayer_create_mutators.c b/data/qcsrc/menu/nexuiz/dialog_multiplayer_create_mutators.c index 33ad7007f..a6acd299c 100644 --- a/data/qcsrc/menu/nexuiz/dialog_multiplayer_create_mutators.c +++ b/data/qcsrc/menu/nexuiz/dialog_multiplayer_create_mutators.c @@ -228,7 +228,7 @@ void fillNexuizMutatorsDialog(entity me) me.TD(me, 1, 3.8, e = makeNexuizCheckBox(0, "g_nixnex_with_laser", "with laser")); setDependent(e, "g_nixnex", 1, 1); me.TR(me); - me.TD(me, 1, 4, e = makeNexuizRadioButton(1, "g_weaponarena", "all", "All weapons")); + me.TD(me, 1, 4, e = makeNexuizRadioButton(1, "g_weaponarena", "most", "Most weapons")); e.cvarOffValue = "0"; me.gotoRC(me, me.rows - 1, 0); -- 2.39.2