Merge branch 'master' into master

This commit is contained in:
StormDelay
2023-05-23 17:37:09 +02:00
committed by GitHub
22 changed files with 14183 additions and 568 deletions

View File

@@ -976,6 +976,9 @@ cdfe:
cp:
- 'cp'
- 'command processor'
ats:
- 'ats'
- 'auto targeting system'
# Implants
lg:

View File

@@ -321,6 +321,7 @@ class Market:
"Boobook" : self.les_grp, # 19th EVE anniversary gift
"Geri" : self.les_grp, # AT18 prize
"Bestla" : self.les_grp, # AT18 prize
"Metamorphosis" : self.les_grp, # Seems to be anniversary gift
}
self.ITEMS_FORCEGROUP_R = self.__makeRevDict(self.ITEMS_FORCEGROUP)