Add shapash/cybele hardcoded ships

This commit is contained in:
DarkPhoenix
2023-09-10 08:38:39 +06:00
parent 84716af82b
commit fb81e6c043
2 changed files with 105 additions and 80 deletions

View File

@@ -322,6 +322,8 @@ class Market:
"Geri" : self.les_grp, # AT18 prize
"Bestla" : self.les_grp, # AT18 prize
"Metamorphosis" : self.les_grp, # Seems to be anniversary gift
"Shapash" : self.les_grp, # AT19 prize
"Cybele" : self.les_grp, # AT19 prize
}
self.ITEMS_FORCEGROUP_R = self.__makeRevDict(self.ITEMS_FORCEGROUP)