Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jan 31, 2024
1 parent 7ebd073 commit f5e8aea
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions client/src/lib/useKeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ export const ALL_KEYS: KeyType[] = [
family: ['cabinet'],
obtained_from: DEFCON,
},
{
name: 'C420A',
slug: 'c420a',
family: ['cabinet'],
obtained_from: DEFCON,
},
{
name: 'X4002',
slug: 'x4002',
Expand Down Expand Up @@ -145,8 +139,18 @@ export const ALL_KEYS: KeyType[] = [
family: ['tubular-7', 'elevator'],
obtained_from: DEFCON,
},
{ name: '2642', slug: '2642', obtained_from: DEFCON, family: ['newyork'] },
{ name: '1620', slug: '1620', obtained_from: DEFCON, family: ['newyork'] },
{
name: 'NY Elevator Key (2642)',
slug: '2642',
obtained_from: DEFCON,
family: ['newyork'],
},
{
name: 'NY Elevator Key (1620)',
slug: '1620',
obtained_from: DEFCON,
family: ['newyork'],
},
{
name: 'Tractor (1147)',
slug: '1147',
Expand Down

0 comments on commit f5e8aea

Please sign in to comment.