Skip to content

Commit

Permalink
Added couple of vanity variations (which are not so vanity - their st…
Browse files Browse the repository at this point in the history
…ats differ from original) to limited issue group
  • Loading branch information
DarkFenX committed Aug 26, 2014
1 parent b89f55c commit 5d4c0b4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions service/market.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ def __init__(self):
"Mammoth Nefantar Edition": "Mammoth",
"Merlin Nugoeihuvi Edition": "Merlin",
"Merlin Wiyrkomi Edition": "Merlin",
"Miasmos Amastris Edition": "Miasmos",
"Miasmos Quafe Ultra Edition": "Miasmos",
"Miasmos Quafe Ultramarine Edition": "Miasmos",
"Miasmos Amastris Edition": "Miasmos Quafe Ultra Edition",
"Miasmos Quafe Ultramarine Edition": "Miasmos Quafe Ultra Edition",
"Nefantar Thrasher": "Thrasher",
"Omen Kador Edition": "Omen",
"Omen Tash-Murkon Edition": "Omen",
Expand All @@ -199,7 +198,6 @@ def __init__(self):
"Stabber Krusual Edition": "Stabber",
"Stabber Nefantar Edition": "Stabber",
"Sarum Magnate": "Magnate",
"Scorpion Ishukone Watch": "Scorpion",
"Sukuuvestaa Heron": "Heron",
"Tash-Murkon Magnate": "Magnate",
"Tayra Wiyrkomi Edition": "Tayra",
Expand Down Expand Up @@ -244,9 +242,12 @@ def __init__(self):
"Etana": self.les_grp, # AT10 prize
"Chremoas": self.les_grp, # AT11 prize :(
"Moracha": self.les_grp, # AT11 prize
"Stratios Emergency Responder": self.les_grp, # Issued for Somer Blink lottery
"Scorpion Ishukone Watch": self.les_grp, # Prize for offline events - fanfest PVP and poker tourneys
"Miasmos Quafe Ultra Edition": self.les_grp, # Gift to people who purchased FF HD stream
"Interbus Shuttle": self.les_grp,
"Leopard": self.les_grp,
"Stratios Emergency Responder": self.les_grp }
"Leopard": self.les_grp } # 2013 new year gift

self.ITEMS_FORCEGROUP_R = self.__makeRevDict(self.ITEMS_FORCEGROUP)
self.les_grp.addItems = list(self.getItem(itmn) for itmn in self.ITEMS_FORCEGROUP_R[self.les_grp])
self.customGroups.add(self.les_grp)
Expand Down

0 comments on commit 5d4c0b4

Please sign in to comment.