Skip to content

Commit

Permalink
Update WorkerQuests.py (#1242)
Browse files Browse the repository at this point in the history
Add some more items to skip
  • Loading branch information
TechG3n authored Apr 5, 2022
1 parent 64bc2a6 commit dbdf67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mapadroid/worker/WorkerQuests.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ def clear_box(self, delayadd):
'Raid', 'Teil',
'Élément', 'mystérieux', 'Mysterious', 'Component', 'Mysteriöses', 'Remote', 'Fern',
'Fern-Raid-Pass', 'Pass', 'Passe', 'distance', 'Remote Raid', 'Remote Pass',
'Remote Raid Pass', 'Battle Pass', 'Premium Battle Pass', 'Premium Battle', 'Sticker')
'Remote Raid Pass', 'Battle Pass', 'Premium Battle Pass', 'Premium Battle', 'Sticker',
'Ticket', 'Postcard Book', 'Postkartenbuch', 'Kamera')
x, y = self._resocalc.get_close_main_button_coords(self)
self._communicator.click(int(x), int(y))
time.sleep(1 + int(delayadd))
Expand Down

0 comments on commit dbdf67c

Please sign in to comment.