Enable 13th slot
This commit is contained in:
parent
5a41d503d0
commit
6f59a47cce
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const ExtraWeapons = (props: Props) => {
|
|||
return (
|
||||
<li key={`grid_unit_${i}`}>
|
||||
<WeaponUnit
|
||||
editable={i < 2 ? props.editable : false}
|
||||
editable={props.editable}
|
||||
position={props.offset + i}
|
||||
unitType={1}
|
||||
gridWeapon={props.grid[props.offset + i]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue