From a161a1b63a1d6570a8760af04184a730cc224fc3 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 3 Mar 2022 03:13:48 -0800 Subject: [PATCH] Modify which weapon series trigger the hover button --- components/WeaponUnit/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WeaponUnit/index.tsx b/components/WeaponUnit/index.tsx index 78a36fd9..cf3d0826 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -61,7 +61,7 @@ const WeaponUnit = (props: Props) => { const weapon = gridWeapon.object return weapon.ax > 0 || - (weapon.series) && [2, 3, 8, 22, 25].includes(weapon.series) + (weapon.series) && [2, 3, 17, 22].includes(weapon.series) } const image = (