From efa4e60a420d3291bce3464faac4878a10705214 Mon Sep 17 00:00:00 2001 From: Sendou <38327916+Sendouc@users.noreply.github.com> Date: Fri, 19 Jun 2020 14:08:51 +0300 Subject: [PATCH] add hero slosher --- frontend-react/src/components/common/SplatnetIcon.tsx | 1 + frontend-react/src/utils/lists.ts | 3 +++ utils/weapons.js | 1 + 3 files changed, 5 insertions(+) diff --git a/frontend-react/src/components/common/SplatnetIcon.tsx b/frontend-react/src/components/common/SplatnetIcon.tsx index 6b8a08b75..556e326d4 100644 --- a/frontend-react/src/components/common/SplatnetIcon.tsx +++ b/frontend-react/src/components/common/SplatnetIcon.tsx @@ -116,6 +116,7 @@ const weaponToSvg = { "Goo Tuber": Splashdown, "Custom Goo Tuber": Inkjet, Slosher: Missiles, + "Hero Slosher Replica": Missiles, "Slosher Deco": Baller, "Soda Slosher": BurstBombRush, "Tri-Slosher": InkArmor, diff --git a/frontend-react/src/utils/lists.ts b/frontend-react/src/utils/lists.ts index fb36de35f..846a6211e 100644 --- a/frontend-react/src/utils/lists.ts +++ b/frontend-react/src/utils/lists.ts @@ -141,6 +141,7 @@ export const weaponCodes: Record = { goo_tuber: "Goo Tuber", custom_goo_tuber: "Custom Goo Tuber", slosher: "Slosher", + hero_slosher_replica: "Hero Slosher Replica", slosher_deco: "Slosher Deco", soda_slosher: "Soda Slosher", "tri-slosher": "Tri-Slosher", @@ -1761,6 +1762,7 @@ export const weapons = [ "Goo Tuber", "Custom Goo Tuber", "Slosher", + "Hero Slosher Replica", "Slosher Deco", "Soda Slosher", "Tri-Slosher", @@ -1920,6 +1922,7 @@ export const chargers = [ export const sloshers = [ "Slosher", + "Hero Slosher Replica", "Slosher Deco", "Soda Slosher", "Tri-Slosher", diff --git a/utils/weapons.js b/utils/weapons.js index 7d496e507..513fc797c 100644 --- a/utils/weapons.js +++ b/utils/weapons.js @@ -90,6 +90,7 @@ const weapons = [ "Goo Tuber", "Custom Goo Tuber", "Slosher", + "Hero Slosher Replica", "Slosher Deco", "Soda Slosher", "Tri-Slosher",