Update static data and make some changes to support new AT ships

This commit is contained in:
DarkPhoenix
2025-12-11 15:54:11 +01:00
parent 56bb8217d3
commit 6472cabc05
15 changed files with 5039 additions and 1307 deletions

View File

@@ -327,6 +327,8 @@ class Market:
"Sidewinder" : self.les_grp, # AT20 prize
"Cobra" : self.les_grp, # AT20 prize
"Python" : self.les_grp, # AT20 prize
"Skua" : self.les_grp, # AT21 prize
"Anhinga" : self.les_grp, # AT21 prize
}
self.ITEMS_FORCEGROUP_R = self.__makeRevDict(self.ITEMS_FORCEGROUP)