diff --git a/code/modules/mob/say.dm b/code/modules/mob/say.dm
index d1d0f7cc4e6..9ff0030e90b 100644
--- a/code/modules/mob/say.dm
+++ b/code/modules/mob/say.dm
@@ -75,11 +75,11 @@
//tcomms code is still runtiming somewhere here
var/ending = copytext(text, length(text))
if (is_speaking_soghun)
- return "hisses, \"[text]\"";
+ return "hisses, \"[text]\"";
if (is_speaking_skrell)
- return "warbles, \"[text]\"";
+ return "warbles, \"[text]\"";
if (is_speaking_tajaran)
- return "mrowls, \"[text]\"";
+ return "mrowls, \"[text]\"";
//Needs Virus2
// if (src.disease_symptoms & DISEASE_HOARSE)
// return "rasps, \"[text]\"";
@@ -115,4 +115,4 @@
return "1"
else if (ending == "!")
return "2"
- return "0"
+ return "0"
diff --git a/code/stylesheet.dm b/code/stylesheet.dm
index 5e600eb689a..b838c9c77df 100644
--- a/code/stylesheet.dm
+++ b/code/stylesheet.dm
@@ -52,7 +52,9 @@ h1.alert, h2.alert {color: #000000;}
.mod {color: #735638; font-weight: bold;}
.modooc {color: #184880; font-weight: bold;}
.adminmod {color: #402A14; font-weight: bold;}
-.species {color: #803B56;}
+.tajaran {color: #803B56;}
+.skrell {color: #00CED1;}
+.soghun {color: #228B22;}
.interface {color: #330033;}
"}