From 9cb5a0e3cb63cc15e805f9336b562fb3df50bb1f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 22 Mar 2022 00:09:59 -0700 Subject: [PATCH] Add changing elements to Class Champion Weapons --- 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 ad740df8..faecf00f 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -76,7 +76,7 @@ const WeaponUnit = (props: Props) => { const weapon = gridWeapon.object return weapon.ax > 0 || - (weapon.series) && [2, 3, 17, 22].includes(weapon.series) + (weapon.series) && [2, 3, 17, 22, 24].includes(weapon.series) } const image = (