mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
act on lookaway as on idle
This commit is contained in:
parent
b2d43df57e
commit
708f64fd7b
@ -87,7 +87,7 @@ def subscribe():
|
|||||||
def fisher_callback(event: State):
|
def fisher_callback(event: State):
|
||||||
callbacks_map = {
|
callbacks_map = {
|
||||||
State.IDLE: on_idle,
|
State.IDLE: on_idle,
|
||||||
State.LOOKAWAY: on_lookaway,
|
State.LOOKAWAY: on_idle,
|
||||||
State.LOOKING: on_looking,
|
State.LOOKING: on_looking,
|
||||||
State.DEPLETED: on_depleted,
|
State.DEPLETED: on_depleted,
|
||||||
State.NOBAIT: on_nobait,
|
State.NOBAIT: on_nobait,
|
||||||
@ -119,10 +119,6 @@ def on_depleted():
|
|||||||
_sound_and_send_fishy_data()
|
_sound_and_send_fishy_data()
|
||||||
|
|
||||||
|
|
||||||
def on_lookaway():
|
|
||||||
return
|
|
||||||
|
|
||||||
|
|
||||||
@if_eso_is_focused
|
@if_eso_is_focused
|
||||||
def on_looking():
|
def on_looking():
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user