Detect concord race and show appropriate icon
This commit is contained in:
@@ -400,6 +400,7 @@ class Item(EqBase):
|
|||||||
9 : "guristas", # Caldari + Gallente
|
9 : "guristas", # Caldari + Gallente
|
||||||
10 : "angelserp", # Minmatar + Gallente, final race depends on the order of skills
|
10 : "angelserp", # Minmatar + Gallente, final race depends on the order of skills
|
||||||
12 : "sisters", # Amarr + Gallente
|
12 : "sisters", # Amarr + Gallente
|
||||||
|
15 : "concord",
|
||||||
16 : "jove",
|
16 : "jove",
|
||||||
32 : "sansha", # Incrusion Sansha
|
32 : "sansha", # Incrusion Sansha
|
||||||
128: "ore",
|
128: "ore",
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ class ShipBrowser(wx.Panel):
|
|||||||
|
|
||||||
RACE_ORDER = [
|
RACE_ORDER = [
|
||||||
"amarr", "caldari", "gallente", "minmatar",
|
"amarr", "caldari", "gallente", "minmatar",
|
||||||
"sisters", "ore",
|
"sisters", "ore", "concord",
|
||||||
"serpentis", "angel", "blood", "sansha", "guristas", "mordu",
|
"serpentis", "angel", "blood", "sansha", "guristas", "mordu",
|
||||||
"jove", "upwell", "triglavian", None
|
"jove", "upwell", "triglavian", None
|
||||||
]
|
]
|
||||||
|
|||||||
BIN
imgs/gui/race_concord_small.png
Normal file
BIN
imgs/gui/race_concord_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user