diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 187aeae265..71f5596ccf 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -281,3 +281,5 @@ - type: Vocal sounds: Unsexed: UnisexSiliconSyndicate + - type: PointLight + color: "#dd200b" diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml index 9f8eab968e..81f889b438 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml @@ -314,8 +314,6 @@ shader: unshaded map: ["light"] visible: false - - type: PointLight - color: "#dd200b" - type: BorgChassis maxModules: 3 moduleWhitelist: @@ -356,6 +354,9 @@ noMindState: synd_medical - type: Construction node: syndicatemedical + - type: ShowHealthBars + damageContainers: + - Biological - type: entity id: BorgChassisSyndicateSaboteur @@ -385,3 +386,7 @@ noMindState: synd_engi - type: Construction node: syndicatesaboteur + - type: ShowHealthBars + damageContainers: + - Inorganic + - Silicon