Hide limited synth boosters

This commit is contained in:
DarkPhoenix
2020-04-22 02:27:20 +03:00
parent 71ba33edeb
commit 0859f2fbe9

View File

@@ -125,6 +125,8 @@ def update_db():
row['typeName'] in ('Capsule', 'Dark Blood Tracking Disruptor')
):
row['published'] = True
elif row['typeName'].startswith('Limited Synth '):
row['published'] = False
newData = []
for row in data: