mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +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:
@@ -5,11 +5,25 @@
|
||||
icon_state = "ash"
|
||||
anchored = 1
|
||||
|
||||
/obj/decal/disintegrated
|
||||
/obj/decal/remains/human
|
||||
name = "remains"
|
||||
desc = "These remains have a strange sense about them.."
|
||||
desc = "These remains have a strange sense about them..."
|
||||
icon = 'blood.dmi'
|
||||
icon_state = "disintegrated"
|
||||
icon_state = "remains"
|
||||
anchored = 1
|
||||
|
||||
/obj/decal/remains/xeno
|
||||
name = "remains"
|
||||
desc = "These remains have a strange sense about them..."
|
||||
icon = 'blood.dmi'
|
||||
icon_state = "remainsxeno"
|
||||
anchored = 1
|
||||
|
||||
/obj/decal/remains/robot
|
||||
name = "remains"
|
||||
desc = "These remains have a strange sense about them..."
|
||||
icon = 'robots.dmi'
|
||||
icon_state = "remainsrobot"
|
||||
anchored = 1
|
||||
|
||||
/obj/decal/point
|
||||
|
||||
Reference in New Issue
Block a user