Add triglavian icon to ship browser

This commit is contained in:
blitzmann
2018-05-29 19:58:59 -04:00
parent 0827e13b31
commit de7a5361fd
3 changed files with 3 additions and 2 deletions

View File

@@ -372,7 +372,8 @@ class Item(EqBase):
12 : "sisters", # Amarr + Gallente
16 : "jove",
32 : "sansha", # Incrusion Sansha
128: "ore"
128: "ore",
135: "triglavian"
}
# Race is None by default
race = None

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B