Skip to content

Commit

Permalink
better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Sep 26, 2023
1 parent 2800ece commit 542ba26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/datums/keybinding/yautja.dm
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
hotkey_keys = list("Space")
classic_keys = list("Unbound")
name = "fold_combi"
full_name = "Fold Combistick"
full_name = "Collapse Combi-stick"
keybind_signal = COMSIG_KB_YAUTJA_FOLD_COMBISTICK

/datum/keybinding/yautja/fold_combi/down(client/user)
Expand Down
4 changes: 2 additions & 2 deletions code/modules/cm_preds/yaut_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@

/obj/item/weapon/yautja/combistick/verb/fold_combistick()
set category = "Weapons"
set name = "Fold Combistick"
set desc = "Fold or unfold the combistick."
set name = "Collapse Combi-stick"
set desc = "Collapse or extend the combistick."
set src = usr.contents

unique_action(usr)
Expand Down

0 comments on commit 542ba26

Please sign in to comment.