From 3e7abffebe61b7d0b4b04deae62a4004b1d49d5a Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 27 Oct 2010 14:34:13 +0200 Subject: [PATCH] fix the weapon profiler analyzer for current weapon numbers (why did Taoki have to renumber them) --- misc/tools/WeaponEncounterProfile.pm | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/misc/tools/WeaponEncounterProfile.pm b/misc/tools/WeaponEncounterProfile.pm index 68acfb23..08d36bb1 100644 --- a/misc/tools/WeaponEncounterProfile.pm +++ b/misc/tools/WeaponEncounterProfile.pm @@ -102,19 +102,20 @@ our %WeaponMap = ( 2 => ["Shotgun", "shotgun"], 3 => ["Uzi", "uzi"], 4 => ["Mortar", "gl"], - 5 => ["Electro", "electro"], - 6 => ["Crylink", "crylink"], - 7 => ["Nex", "nex"], - 8 => ["Hagar", "hagar"], - 9 => ["Rocket Launcher", "rl"], - 10 => ["Port-O-Launch", "porto"], - 11 => ["MinstaNex", "minstanex"], - 12 => ["Grappling Hook", "hookgun"], - 13 => ["Heavy Laser Assault Cannon", "hlac"], - 14 => ["Tuba", "tuba"], - 15 => ["Camping Rifle", "campingrifle"], - 16 => ["Fireball", "fireball"], - 17 => ["Seeker", "seeker"], + 5 => ["Mine Layer", "minelayer"], + 6 => ["Electro", "electro"], + 7 => ["Crylink", "crylink"], + 8 => ["Nex", "nex"], + 9 => ["Hagar", "hagar"], + 10 => ["Rocket Launcher", "rl"], + 11 => ["Port-O-Launch", "porto"], + 12 => ["MinstaNex", "minstanex"], + 13 => ["Grappling Hook", "hookgun"], + 14 => ["Heavy Laser Assault Cannon", "hlac"], + 15 => ["Tuba", "tuba"], + 16 => ["Camping Rifle", "campingrifle"], + 17 => ["Fireball", "fireball"], + 18 => ["Seeker", "seeker"], ); sub weaponid_valid($$) -- 2.39.2