mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user