Skip to content

Commit

Permalink
Swaps unique action and jump default keybinds. (#16682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pariah919 authored Oct 20, 2024
1 parent 8530e5c commit 0a057c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/keybinding/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
quick_equip_slot = 5

/datum/keybinding/human/unique_action
hotkey_keys = list("C")
hotkey_keys = list("Space")
name = "unique_action"
full_name = "Perform unique action"
keybind_signal = COMSIG_KB_UNIQUEACTION
Expand Down
2 changes: 1 addition & 1 deletion code/datums/keybinding/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
return TRUE

/datum/keybinding/living/attempt_jump
hotkey_keys = list("Space")
hotkey_keys = list("C")
name = "Jump"
full_name = "Jump"
description = "Jumps, if your mob is capable of doing so."
Expand Down

0 comments on commit 0a057c9

Please sign in to comment.