From 7fbfc5833c0b6cf4c09b2f738b2aa782485fdce7 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 17 Jan 2021 09:37:27 +1000 Subject: [PATCH] Makes me's in oldchat not be italicized --- code/modules/mob/say_vr.dm | 2 +- code/stylesheet.dm | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/say_vr.dm b/code/modules/mob/say_vr.dm index 4f48a4adf4..64f65adfbb 100644 --- a/code/modules/mob/say_vr.dm +++ b/code/modules/mob/say_vr.dm @@ -37,7 +37,7 @@ if(input) log_subtle(message,src) - message = "[src] [input]" + message = "[src] [input]" else return diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 0622944aad..3d22733d95 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -67,7 +67,11 @@ em {font-style: normal;font-weight: bold;} h1.alert, h2.alert {color: #000000;} .ghostalert {color: #5c00e6; font-style: italic; font-weight: bold;} -.emote {font-style: italic;} + +// VOREStation Edit Start +.emote {} +.emote_subtle {font-style: italic;} +// VOREStation Edit End /* Game Messages */