From: Rudolf Polzer Date: Thu, 1 Sep 2011 09:52:39 +0000 (+0200) Subject: use new weapon names X-Git-Tag: xonotic-v0.5.0~7^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f7cd918f142f7e4e0a7fe8e1ca18755e98f60d19;p=xonotic%2Fxonotic.git use new weapon names --- diff --git a/misc/tools/WeaponEncounterProfile.pm b/misc/tools/WeaponEncounterProfile.pm index 9dbd80ca..c0cf9145 100644 --- a/misc/tools/WeaponEncounterProfile.pm +++ b/misc/tools/WeaponEncounterProfile.pm @@ -149,19 +149,19 @@ our %WeaponMap = ( 1 => ["Laser", "laser"], 2 => ["Shotgun", "shotgun"], 3 => ["Uzi", "uzi"], - 4 => ["Mortar", "gl"], + 4 => ["Mortar", "grenadelauncher"], 5 => ["Mine Layer", "minelayer"], 6 => ["Electro", "electro"], 7 => ["Crylink", "crylink"], 8 => ["Nex", "nex"], 9 => ["Hagar", "hagar"], - 10 => ["Rocket Launcher", "rl"], + 10 => ["Rocket Launcher", "rocketlauncher"], 11 => ["Port-O-Launch", "porto"], 12 => ["MinstaNex", "minstanex"], - 13 => ["Grappling Hook", "hookgun"], + 13 => ["Grappling Hook", "hook"], 14 => ["Heavy Laser Assault Cannon", "hlac"], 15 => ["@!#%'n Tuba", "tuba"], - 16 => ["Sniper Rifle", "sniperrifle"], + 16 => ["Sniper Rifle", "rifle"], 17 => ["Fireball", "fireball"], 18 => ["Seeker", "seeker"], );