From 77e20435c88c8a8c4fe2d414933184a6450fadbd Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Fri, 1 Jul 2016 15:59:49 -0400 Subject: [PATCH] Removes the style --- code/modules/mob/living/say.dm | 2 +- goon/browserassets/css/browserOutput.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index 5912440bdeb..ca22eac68bd 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -93,7 +93,7 @@ proc/get_radio_key_from_channel(var/channel) verb = "stammers" speech_problem_flag = 1 - if(COMIC in mutations) + if(COMIC in mutations) message = "[message]" if(!IsVocal()) diff --git a/goon/browserassets/css/browserOutput.css b/goon/browserassets/css/browserOutput.css index 39e684f0843..9e875544250 100644 --- a/goon/browserassets/css/browserOutput.css +++ b/goon/browserassets/css/browserOutput.css @@ -327,7 +327,6 @@ h1.alert, h2.alert {color: #000000;} .bold {font-weight: bold;} .center {text-align: center;} .red {color: #FF0000;} -.grey {font-family: "Wingdings", cursive, sans-serif;} .skeleton {color: #585858; font-weight: bold; font-style: italic;} .gutter {color: #7092BE; font-family: "Trebuchet MS", cursive, sans-serif;} .orange {color: #ffa500;}