From e2ed28a0ca2ee9c4ae9263ed8e8f244aad9ce5b1 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Mon, 17 Jul 2023 21:37:45 -0400 Subject: [PATCH] Rename subtle (custom) to custom subtle That way it doesn't interfere with subtle verb typing --- code/modules/mob/say_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."