]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/WeaponEncounterProfile.pm
weapon profiler: add seeker
[xonotic/xonotic.git] / misc / tools / WeaponEncounterProfile.pm
index 52766ea13e01cc84e05f6c63cccf1647c2138b83..68acfb23bcc5e8b1699c5a81a8ccec2e3064825a 100644 (file)
@@ -114,6 +114,7 @@ our %WeaponMap = (
         14 => ["Tuba", "tuba"],
         15 => ["Camping Rifle", "campingrifle"],
         16 => ["Fireball", "fireball"],
+        17 => ["Seeker", "seeker"],
 );
 
 sub weaponid_valid($$)