Skip to content

Commit

Permalink
fix: fennraua again ...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Nov 11, 2023
1 parent 5cb5268 commit 6041d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lib/xws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const PILOT_ID_MAP = {
'bokatankryze-separatistalliance': 'bokatankryze',
durgeseparatist: 'durge-separatistalliance',
bosskz95headhunter: 'bossk-z95af4headhunter',
fennraurebelfang: 'fennrau-rebel-fang',
'fennrau-fangfighter': 'fennrau-rebel-fang',
fennraurebelfang: 'fennrau-fangfighter',
'fennrau-rebel-fang': 'fennrau-fangfighter',
wedgeantillesawing: 'wedgeantilles-rz1awing',
darthvaderssp: 'darthvader-swz105',
sabinewrentiefighter: 'sabinewren-tielnfighter',
Expand Down
8 changes: 1 addition & 7 deletions scripts/update-xwing-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ const manifest = read('data/manifest.json');

// Faction Data
// ---------------

// Not sure why we have to do this ...
const ADDITIONAL_PILOTS = {
'fennrau-rebel-fang': 'Fenn Rau (Fang Fighter)',
};

const PILOT_SUFFIX = {
// Faction Hint
'hansolo-scumandvillainy': 'Scum',
Expand Down Expand Up @@ -197,7 +191,7 @@ const upgrades = manifest.upgrades.reduce((o, file) => {
const display = {
faction: {},
ship: {},
pilot: { ...ADDITIONAL_PILOTS },
pilot: {},
upgrades: {},
};

Expand Down

1 comment on commit 6041d68

@vercel
Copy link

@vercel vercel bot commented on 6041d68 Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.