Detect concord race and show appropriate icon

This commit is contained in:
DarkPhoenix
2019-12-23 17:02:34 +03:00
parent b31a071859
commit 10ffb987ea
3 changed files with 2 additions and 1 deletions

View File

@@ -400,6 +400,7 @@ class Item(EqBase):
9 : "guristas", # Caldari + Gallente
10 : "angelserp", # Minmatar + Gallente, final race depends on the order of skills
12 : "sisters", # Amarr + Gallente
15 : "concord",
16 : "jove",
32 : "sansha", # Incrusion Sansha
128: "ore",

View File

@@ -189,7 +189,7 @@ class ShipBrowser(wx.Panel):
RACE_ORDER = [
"amarr", "caldari", "gallente", "minmatar",
"sisters", "ore",
"sisters", "ore", "concord",
"serpentis", "angel", "blood", "sansha", "guristas", "mordu",
"jove", "upwell", "triglavian", None
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB