Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
20200122.4
Browse files Browse the repository at this point in the history
+ change delay at event.py
  • Loading branch information
Walofz committed Jan 22, 2020
1 parent d23b1eb commit 71eac20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def event_logic_wrapper(self):

Utils.touch_randomly(self.region[f'{event.lower()}_easy'])
if self.pre_combat_handler():
Utils.script_sleep(1)
self.combat_handler()
Logger.log_msg(f"Finished Easy {event.replace('_', ' ')} combat.")

Expand Down

0 comments on commit 71eac20

Please sign in to comment.