Add ultramarine iteron to limited issue ships

This commit is contained in:
DarkPhoenix
2012-03-30 00:06:43 +04:00
parent 2e68fe527d
commit 32552bee55
2 changed files with 3 additions and 2 deletions

View File

@@ -184,7 +184,8 @@ class Market():
"Echelon": self.les_grp, # 2011 new year gift
"Malice": self.les_grp, # AT9 prize
"Vangel": self.les_grp, # AT9 prize
"Iteron Mark IV Quafe Ultra Edition": self.les_grp } # Gift to Fanfest 2012 attendees
"Iteron Mark IV Quafe Ultra Edition": self.les_grp, # Gift to Fanfest 2012 attendees
"Iteron Mark IV Quafe Ultramarine Edition": self.les_grp }
self.ITEMS_FORCEGROUP_R = self.__makeRevDict(self.ITEMS_FORCEGROUP)
self.les_grp.items += list(self.getItem(itmn) for itmn in self.ITEMS_FORCEGROUP_R[self.les_grp])
self.customGroups.add(self.les_grp)