Skip to content

Commit

Permalink
Fix multiaction keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
skifsky committed Aug 15, 2024
1 parent 5f46e1e commit 4bb9b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/keybindings/code/mob_keybinds.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/keybinding/mob/use_held_object
name = "Использовать вещь в руке"
keys = list("Y", "Z", "Southeast")
keys = list("Z", "Southeast")

/datum/keybinding/mob/equip_held_object
name = "Экипировать вещь"
Expand Down

0 comments on commit 4bb9b35

Please sign in to comment.