mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
adds more hand keybinds (#25225)
This commit is contained in:
@@ -42,6 +42,22 @@
|
||||
. = ..()
|
||||
C.mob.swap_hand()
|
||||
|
||||
/datum/keybinding/mob/hand_right
|
||||
name = "Swap to/Activate Right Hand"
|
||||
|
||||
/datum/keybinding/mob/hand_right/down(client/C)
|
||||
. = ..()
|
||||
if(!C.mob.activate_hand(HAND_BOOL_RIGHT))
|
||||
C.mob.mode()
|
||||
|
||||
/datum/keybinding/mob/hand_left
|
||||
name = "Swap to/Activate Left Hand"
|
||||
|
||||
/datum/keybinding/mob/hand_left/down(client/C)
|
||||
. = ..()
|
||||
if(!C.mob.activate_hand(HAND_BOOL_LEFT))
|
||||
C.mob.mode()
|
||||
|
||||
// Intents
|
||||
/datum/keybinding/mob/prev_intent
|
||||
name = "Previous Intent"
|
||||
|
||||
Reference in New Issue
Block a user