diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 242dfd7213a..9e618ba85cb 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -1388,4 +1388,5 @@ default behaviour is: else if(sayselect == "Exclaim/Shout/Yell (!)") custom_exclaim = sanitize(input(usr, "This word or phrase will appear instead of 'exclaims', 'shouts' or 'yells': [src] exclaims, \"Hi!\"", "Custom Exclaim", null) as text) else - return \ No newline at end of file + return + //VOREStation edit ends \ No newline at end of file diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index 90e53783607..cad6da735c5 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -287,6 +287,7 @@ proc/get_radio_key_from_channel(var/channel) verb = "[custom_ask]" else if(custom_say) verb = "[custom_say]" + //VOREStation edit ends //Handle nonverbal and sign languages here if (speaking)