projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df4279
)
weapon profiler: add seeker
author
Rudolf Polzer <divverent@alientrap.org>
Sun, 25 Jul 2010 05:57:06 +0000
(07:57 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Sun, 25 Jul 2010 05:57:06 +0000
(07:57 +0200)
misc/tools/WeaponEncounterProfile.pm
patch
|
blob
|
history
diff --git
a/misc/tools/WeaponEncounterProfile.pm
b/misc/tools/WeaponEncounterProfile.pm
index 52766ea13e01cc84e05f6c63cccf1647c2138b83..68acfb23bcc5e8b1699c5a81a8ccec2e3064825a 100644
(file)
--- 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($$)