Skip to content

Commit

Permalink
Merge pull request #2614 from kgasiorowski/issue/2613
Browse files Browse the repository at this point in the history
Rename Industrial to Hauler
  • Loading branch information
DarkFenX authored Jul 9, 2024
2 parents d3fcdcb + 594b583 commit d204e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/port/efs.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def getShipSize(groupID):
bsGroupNames = ["Battleship", "Elite Battleship", "Black Ops", "Marauder"]
capitalGroupNames = ["Titan", "Dreadnought", "Freighter", "Carrier", "Supercarrier",
"Capital Industrial Ship", "Jump Freighter", "Force Auxiliary"]
indyGroupNames = ["Industrial", "Deep Space Transport", "Blockade Runner",
indyGroupNames = ["Hauler", "Deep Space Transport", "Blockade Runner",
"Mining Barge", "Exhumer", "Industrial Command Ship"]
miscGroupNames = ["Capsule", "Prototype Exploration Ship"]
shipSizes = [
Expand Down

0 comments on commit d204e70

Please sign in to comment.