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

@@ -126,7 +126,7 @@ class Ship(ItemAttrShortcut, HandledItem):
valid Item objects, not the Mode objects. Returns None if not a
t3 dessy
"""
if self.item.group.name != "Tactical Destroyer":
if self.item.group.name != "Tactical Destroyer" and self.item.name != "Anhinga":
return None
items = []