- Admin observers will now talk in ooc with their baby blue bold color. Someone wrongly copied over the stylesheet id (it is adminobserverooc, but got copied as observerooc)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3492 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-04-22 03:03:40 +00:00
parent 13ff994f64
commit 7ee873c4e3
+1 -1
View File
@@ -39,7 +39,7 @@
for (var/client/C)
if (src.client.holder && (!src.client.stealth || C.holder))
if (src.client.holder.rank == "Admin Observer")
C << "<span class='observerooc'><span class='prefix'>OOC:</span> <EM>[src.key][src.client.stealth ? "/([src.client.fakekey])" : ""]:</EM> <span class='message'>[msg]</span></span>"
C << "<span class='adminobserverooc'><span class='prefix'>OOC:</span> <EM>[src.key][src.client.stealth ? "/([src.client.fakekey])" : ""]:</EM> <span class='message'>[msg]</span></span>"
else if (src.client.holder.level >= 5)
C << "<font color=[src.client.ooccolor]><b><span class='prefix'>OOC:</span> <EM>[src.key][src.client.stealth ? "/([src.client.fakekey])" : ""]:</EM> <span class='message'>[msg]</span></b></font>"
else