Add changing elements to Class Champion Weapons
This commit is contained in:
parent
5a3c0fd408
commit
9cb5a0e3cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue