X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2FWeaponEncounterProfile.pm;h=08d36bb11effe7f02a74653f3dd3e8dc7926434e;hp=52766ea13e01cc84e05f6c63cccf1647c2138b83;hb=97fe16d7d3bf7c97873cc5ef52730fee817a6f72;hpb=e5832bf2ecac60a672a29c85cd8dec341a215e1c;ds=sidebyside diff --git a/misc/tools/WeaponEncounterProfile.pm b/misc/tools/WeaponEncounterProfile.pm index 52766ea1..08d36bb1 100644 --- a/misc/tools/WeaponEncounterProfile.pm +++ b/misc/tools/WeaponEncounterProfile.pm @@ -102,18 +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"], + 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($$)