act on lookaway as on idle

This commit is contained in:
Semjon Kerner 2021-04-15 20:24:01 +02:00
parent b2d43df57e
commit 708f64fd7b

View File

@ -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():
"""