diff --git a/eos/gamedata.py b/eos/gamedata.py index 7eb2bd160..3bcab94ba 100644 --- a/eos/gamedata.py +++ b/eos/gamedata.py @@ -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", diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index 52d11143c..6f3ac84fb 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -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 ] diff --git a/imgs/gui/race_concord_small.png b/imgs/gui/race_concord_small.png new file mode 100644 index 000000000..9815de9f0 Binary files /dev/null and b/imgs/gui/race_concord_small.png differ