From eeca85e9885b7b3eb3d7f426b083202ec2cf94c8 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:32:55 +0200 Subject: [PATCH] Add alt name to the new stamper --- app/modules/in-game-lists/weapon-alt-names.ts | 1 + 1 file changed, 1 insertion(+) 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"]);