diff --git a/code/modules/mob/say_vr.dm b/code/modules/mob/say_vr.dm index 29613842992..5ee25fba926 100644 --- a/code/modules/mob/say_vr.dm +++ b/code/modules/mob/say_vr.dm @@ -25,7 +25,7 @@ usr.emote_vr(message) /mob/verb/me_verb_subtle_custom(message as message) // Literally same as above but with mode_selection set to true - set name = "Subtle (Custom)" + set name = "Custom Subtle" set category = "IC" set desc = "Emote to nearby people, with ability to choose which specific portion of people you wish to target."