Skip to content

Commit

Permalink
Do not hide abyssal mining crystals
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Jan 18, 2022
1 parent 9ae78aa commit a61e3eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ def processImplantSets(eveTypesData):
eos.gamedata.Item.name.like('%abyssal%'),
eos.gamedata.Item.name.like('%mutated%')
)).all():
if 'Asteroid Mining Crystal' in item.name:
continue
item.published = False

for x in [
Expand Down

0 comments on commit a61e3eb

Please sign in to comment.