diff --git a/app/modules/in-game-lists/weapon-alt-names.ts b/app/modules/in-game-lists/weapon-alt-names.ts index cce1fb630..fbbc3942e 100644 --- a/app/modules/in-game-lists/weapon-alt-names.ts +++ b/app/modules/in-game-lists/weapon-alt-names.ts @@ -26,5 +26,6 @@ export const weaponAltNames = new Map() .set(6011, "tent") .set(7010, "bow") .set(8000, ["sword", "chainsaw"]) + .set(8001, ["sword", "chainsaw"]) .set(8010, ["sword", "vwiper"]) .set(8011, ["sword", "diper", "dwiper"]);