Skip to content

Commit

Permalink
м-да
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteshnik1 authored Oct 20, 2024
1 parent b3dc027 commit 6f970b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mods/ssinput/code/keybindings/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
L.lay_down()
return TRUE

/datum/keybinding/mob/face_direction
hotkey_keys = list("]")
name = "face_direction"
full_name = "Face Direction"
description = "Block dir"

/datum/keybinding/mob/face_direction/down(client/user)
var/mob/living/L = user.mob
L.set_face_dir()
return TRUE

/datum/keybinding/living/resist
hotkey_keys = list("B")
Expand Down

0 comments on commit 6f970b1

Please sign in to comment.