-Changed medbay sprites to be unique, and share a central theme

-Changed R&D sprites to fit a central theme
-Gave the HoS access to the detective's office
-MORE STEALTHMIN NAMES

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2119 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Daelith.Rhedynfre@gmail.com
2011-09-05 01:06:12 +00:00
parent d19833c297
commit 431439f567
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
if (!msg)
return
var/rendered = "<span class='game deadsay'><span class='prefix'>DEAD:</span> <span class='name'>ADMIN([src.stealth ? pick("BADMIN", "hornigranny", "TLF", "scaredforshadows", "KSI", "Silnazi", "DerpA", "BJ82", "SpoofedEdd", "Uhangay") : src.key])</span> says, <span class='message'>\"[msg]\"</span></span>"
var/rendered = "<span class='game deadsay'><span class='prefix'>DEAD:</span> <span class='name'>ADMIN([src.stealth ? pick("BADMIN", "hornigranny", "TLF", "scaredforshadows", "KSI", "Silnazi", "HerpEs", "BJ69", "SpoofedEdd", "Uhangay", "Wario90900", "Regarity", "HorPhareon", "LastFish", "unMportant", "Deurpyn" ) : src.key])</span> says, <span class='message'>\"[msg]\"</span></span>"
for (var/mob/M in world)
if(M.stat == 2 || (M.client && M.client.holder))