diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index 2f9969cb3ac..0cec7d6eb92 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -55,7 +55,7 @@ name = "Bubblish" desc = "Languages of slimes, a mixture of bubbling noises and pops. Almost impossible to speak without mechanical aid for non slime people." speech_verb = "bubbles and pops" - colour = "skrell" + colour = "slime" key = "f" flags = RESTRICTED diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 7a8099681ac..2a14191bc9b 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -63,7 +63,6 @@ h1.alert, h2.alert {color: #000000;} .alien {color: #543354;} .tajaran {color: #803B56;} -.skrell {color: #00CED1;} .soghun {color: #228B22;} .vox {color: #AA00AA;} .slime {font-family: \"001 Interstellar Log\", Verdana, sans-serif;}