Staging into Master (#39977)

This commit is contained in:
Princess Cheeseballs
2025-08-29 17:05:47 -07:00
committed by GitHub
3 changed files with 28 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ namespace Content.Shared.Zombies;
/// <summary>
/// Entities with this component cannot be zombified.
/// </summary>
[RegisterComponent, NetworkedComponent]
[RegisterComponent]
public sealed partial class ZombieImmuneComponent : Component
{
//still no

View File

@@ -5,7 +5,7 @@ namespace Content.Shared.Zombies;
/// <summary>
/// Entities with this component zombify on death.
/// </summary>
[RegisterComponent, NetworkedComponent]
[RegisterComponent]
public sealed partial class ZombifyOnDeathComponent : Component
{
//this is not the component you are looking for

View File

@@ -389,7 +389,7 @@
- type: entity
id: BaseBorgChassisSyndicateDerelict #For assault borg and maybe others in time
parent: BaseBorgChassisSyndicate
parent: BaseBorgChassis # We don't want them to see Nukies or have syndi comms, their database is out of date
abstract: true
components:
- type: SiliconLawProvider
@@ -399,6 +399,31 @@
- type: IonStormTarget
chance: 1
- type: ShowJobIcons
- type: NpcFactionMember # They're still syndicate even if they can't listen to the radio or see icons
factions:
- Syndicate
- type: Access
tags:
- NuclearOperative
- SyndicateAgent
- type: AccessReader
access: [ [ "SyndicateAgent" ], [ "NuclearOperative" ] ]
- type: IntrinsicRadioTransmitter # Copy components from base SyndiBorg but without the stuff we don't want
channels:
- Binary #1984
- type: ActiveRadio
channels:
- Binary
- type: MovementAlwaysTouching
- type: Speech
speechSounds: SyndieBorg
allowedEmotes:
- Laugh
- type: Vocal
sounds:
Unsexed: UnisexSiliconSyndicate
- type: PointLight
color: "#dd200b"
- type: entity
parent: BaseBorgChassisNotIonStormable