diff --git a/src/components/ShipTable.jsx b/src/components/ShipTable.jsx index b2c3caa8..f3e0f27c 100644 --- a/src/components/ShipTable.jsx +++ b/src/components/ShipTable.jsx @@ -36,44 +36,44 @@ function shipSummary(shipId) { } -const FORGE_SHIPS = ['adder', - 'anaconda', - 'asp explorer', - 'asp scout', - 'beluga liner', - 'cobra mk iii', - 'cobra mk iv', - 'imperial cutter', - 'diamondback explorer', - 'diamondback scout', - 'dolphin', - 'eagle', - 'imperial courier', - 'imperial eagle', - 'imperial clipper', - 'federal corvette', - 'federal dropship', - 'federal assault ship', - 'federal gunship', - 'fer-de-lance', - 'hauler', - 'keelback', - 'krait mk ii', - 'mamba', - 'krait phantom', - 'orca', - 'python', - 'sidewinder', - 'type-6 transporter', - 'type-7 transporter', - 'type-9 heavy', - 'type-10 defender', - 'alliance chieftain', - 'alliance crusader', - 'alliance challenger', - 'viper', - 'viper mk iv', - 'vulture']; +const FORGE_SHIPS = ['Adder', +'Anaconda', +'Asp', +'Asp_Scout', +'BelugaLiner', +'CobraMkIII', +'CobraMkIV', +'Cutter', +'DiamondBackXL', +'DiamondBack', +'Dolphin', +'Eagle', +'Empire_Courier', +'Empire_Eagle', +'Empire_Trader', +'Federation_Corvette', +'Federation_Dropship', +'Federation_Dropship_MkII', +'Federation_Gunship', +'FerDeLance', +'Hauler', +'Independant_Trader', +'Krait_MkII', +'Mamba', +'Krait_Light', +'Orca', +'Python', +'SideWinder', +'Type6', +'Type7', +'Type9', +'Type9_Military', +'TypeX', +'TypeX_2', +'TypeX_3', +'Viper', +'Viper_MkIV', +'Vulture']; class ShipTable extends Component { static cachedSummaries = null;