More work on CentCom.

CentCom Special Ops shuttle updates.
Removed gib implants from SS13 until we figure out what to do with them.
They are now located on CentCom for a future revision.
Added air alarms to Fore Primary Hallway.
Disintegrate now leaves different remains for robots and aliens.
Misc fixes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@628 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
noisomehollow@lycos.com
2010-12-15 21:33:41 +00:00
parent 239fb74dcb
commit 36aa7e8e10
7 changed files with 6296 additions and 6235 deletions
+4 -1
View File
@@ -1949,13 +1949,16 @@ Originally created for wizard disintegrate. I've removed the virus code since it
animation.master = src
if(ishuman(src))
flick("dust-h", animation)
new /obj/decal/remains/human(src.loc)
else if(ismonkey(src))
flick("dust-m", animation)
new /obj/decal/remains/human(src.loc)
else if(isalien(src))
flick("dust-a", animation)
new /obj/decal/remains/xeno(src.loc)
else
flick("dust-r", animation)
new /obj/decal/disintegrated(src.loc)
new /obj/decal/remains/robot(src.loc)
if (src.client)
var/mob/dead/observer/newmob