diff --git a/fishy/engine/semifisher/fishing_event.py b/fishy/engine/semifisher/fishing_event.py index 1a09ba5..d1b21ca 100644 --- a/fishy/engine/semifisher/fishing_event.py +++ b/fishy/engine/semifisher/fishing_event.py @@ -87,7 +87,7 @@ def subscribe(): def fisher_callback(event: State): callbacks_map = { State.IDLE: on_idle, - State.LOOKAWAY: on_lookaway, + State.LOOKAWAY: on_idle, State.LOOKING: on_looking, State.DEPLETED: on_depleted, State.NOBAIT: on_nobait, @@ -119,10 +119,6 @@ def on_depleted(): _sound_and_send_fishy_data() -def on_lookaway(): - return - - @if_eso_is_focused def on_looking(): """