Skip to content

Commit

Permalink
Fix standup fighter export
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Jan 13, 2025
1 parent 87fd358 commit b6d8582
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion service/port/eft.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@ def droneSorter(drone):

def exportFighters(fighters):
# Same as in drone additions panel
FIGHTER_ORDER = ('Light Fighter', 'Heavy Fighter', 'Support Fighter')
FIGHTER_ORDER = (
'Light Fighter', 'Structure Light Fighter',
'Heavy Fighter', 'Structure Heavy Fighter',
'Support Fighter', 'Structure Support Fighter')

def fighterSorter(fighter):
groupName = Market.getInstance().getGroupByItem(fighter.item).name
Expand Down

0 comments on commit b6d8582

Please sign in to comment.