From: Rudolf Polzer Date: Thu, 29 Jul 2010 16:23:56 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.xonotic.org/xonotic X-Git-Tag: xonotic-v0.1.0preview~340 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=5255097259873540b4f0a6c88b7d16b138534198;hp=db9d6f27dc6b064f96524dd7076a5ddbed6ec459 Merge branch 'master' of ssh://git.xonotic.org/xonotic --- diff --git a/misc/tools/WeaponEncounterProfile.pm b/misc/tools/WeaponEncounterProfile.pm index 52766ea1..68acfb23 100644 --- a/misc/tools/WeaponEncounterProfile.pm +++ b/misc/tools/WeaponEncounterProfile.pm @@ -114,6 +114,7 @@ our %WeaponMap = ( 14 => ["Tuba", "tuba"], 15 => ["Camping Rifle", "campingrifle"], 16 => ["Fireball", "fireball"], + 17 => ["Seeker", "seeker"], ); sub weaponid_valid($$)