do_after_advanced
This commit is contained in:
@@ -10,12 +10,18 @@
|
||||
else
|
||||
stop_pulling()
|
||||
return
|
||||
if("Insert", "G")
|
||||
a_intent_change(INTENT_HOTKEY_RIGHT)
|
||||
if("Insert")
|
||||
if(client.keys_held["Ctrl"])
|
||||
keybind_toggle_active_blocking()
|
||||
return
|
||||
else
|
||||
keybind_parry()
|
||||
return
|
||||
if("G")
|
||||
keybind_parry()
|
||||
return
|
||||
if("F")
|
||||
a_intent_change(INTENT_HOTKEY_LEFT)
|
||||
return
|
||||
keybind_start_active_blocking()
|
||||
if("X", "Northeast") // Northeast is Page-up
|
||||
swap_hand()
|
||||
return
|
||||
@@ -91,4 +97,7 @@
|
||||
if("Alt")
|
||||
toggle_move_intent()
|
||||
return
|
||||
if("F")
|
||||
keybind_stop_active_blocking()
|
||||
return
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user