We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e4268 commit b6067ffCopy full SHA for b6067ff
db_update.py
@@ -141,6 +141,7 @@ def processEveTypes():
141
(row['typeName_en-us'].startswith('Civilian') and "Shuttle" not in row['typeName_en-us'])
142
or row['typeName_en-us'] == 'Capsule'
143
or row['groupID'] == 4033 # destructible effect beacons
144
+ or row['typeID'] == 82941 # Metenox service
145
or re.match(r'AIR .+Booster.*', row['typeName_en-us'])
146
):
147
row['published'] = True
0 commit comments