Skip to content

Commit

Permalink
stop pulling on C, toggle movement unbound (#55)
Browse files Browse the repository at this point in the history
## About The Pull Request
Стоп пулл на С
Переключение движения убрано по умолчанию
  • Loading branch information
larentoun authored Apr 12, 2024
1 parent 1f8afc2 commit 1527fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modular_bandastation/keybinding/code/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/datum/keybinding/living/toggle_move_intent
full_name = "Смена режима ходьбы (зажать)"
hotkey_keys = list("C")
hotkey_keys = list("Unbound")
description = "Удерживайте, чтобы временно поменять режим передвижения."

/datum/keybinding/living/toggle_move_intent_alternative
Expand Down
2 changes: 1 addition & 1 deletion modular_bandastation/keybinding/code/mob.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/keybinding/mob/stop_pulling
full_name = "Перестать тащить"
hotkey_keys = list("H", "Delete")
hotkey_keys = list("C", "Delete")

/datum/keybinding/mob/swap_hands
full_name = "Поменять руки"
Expand Down

0 comments on commit 1527fd3

Please sign in to comment.