diff --git a/eos/gamedata.py b/eos/gamedata.py index 0f1936b14..564062453 100644 --- a/eos/gamedata.py +++ b/eos/gamedata.py @@ -345,6 +345,7 @@ class Item(EqBase): 500020: "serpentis", 500026: "triglavian", 500027: "upwell", + 500029: "deathless", } @property diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index b1eb2d1e7..d5265e202 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -191,7 +191,7 @@ class ShipBrowser(wx.Panel): "amarr", "caldari", "gallente", "minmatar", "sisters", "ore", "concord", "serpentis", "angel", "blood", "sansha", "guristas", "mordu", - "jove", "triglavian", "upwell", None + "deathless", "jove", "triglavian", "upwell", None ] def raceNameKey(self, ship): diff --git a/imgs/gui/race_deathless_small.png b/imgs/gui/race_deathless_small.png new file mode 100644 index 000000000..638facd0c Binary files /dev/null and b/imgs/gui/race_deathless_small.png differ