do_after_advanced

This commit is contained in:
kevinz000
2020-04-11 05:10:07 -07:00
parent 99edc1e1a5
commit 234687c5c8
9 changed files with 431 additions and 173 deletions
+13 -4
View File
@@ -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 ..()