Skip to content

Commit

Permalink
equipment: added physical weapon name mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
juk0de committed Nov 1, 2024
1 parent ba2c0f8 commit 6ca1057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtf2json/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# '(omnipod)') is ignored (and thus, not part of the verbatim names
# lists).
physical_weapons_equipment: list[dict[str, list[str]]] = [
{"Claw": ["ISClaw"]},
{"Claws": ["ISClaw"]},
{"Flail": ["IS Flail"]},
{"Hatchet": ["Hatchet"]},
{"Lance": ["IS Lance", "Lance"]},
Expand Down

0 comments on commit 6ca1057

Please sign in to comment.