diff --git a/Content.Server/White/Animations/DancingComponent.cs b/Content.Server/White/Animations/DancingComponent.cs index 585bae13a4..7e278319f0 100644 --- a/Content.Server/White/Animations/DancingComponent.cs +++ b/Content.Server/White/Animations/DancingComponent.cs @@ -1,7 +1,7 @@ namespace Content.Server.Animations; [RegisterComponent] -public sealed class DancingComponent : Component +public sealed partial class DancingComponent : Component { public float AccumulatedFrametime; diff --git a/Content.Server/White/Animations/DancingSystem.cs b/Content.Server/White/Animations/DancingSystem.cs index dc76e5fcbd..0d9a4e0c5f 100644 --- a/Content.Server/White/Animations/DancingSystem.cs +++ b/Content.Server/White/Animations/DancingSystem.cs @@ -1,3 +1,4 @@ +using Content.Server.White.Animations; using Content.Shared.Animations; using Content.Shared.Bed.Sleep; using Content.Shared.Mobs.Components; diff --git a/Content.Server/White/AspectsSystem/Aspects/Components/DancingAspectComponent.cs b/Content.Server/White/AspectsSystem/Aspects/Components/DancingAspectComponent.cs index 72107eefa6..8df8477def 100644 --- a/Content.Server/White/AspectsSystem/Aspects/Components/DancingAspectComponent.cs +++ b/Content.Server/White/AspectsSystem/Aspects/Components/DancingAspectComponent.cs @@ -1,6 +1,6 @@ namespace Content.Server.White.AspectsSystem.Aspects.Components; [RegisterComponent] -public sealed class DancingAspectComponent : Component +public sealed partial class DancingAspectComponent : Component { } diff --git a/Content.Server/White/Other/GiftIgnoreComponent.cs b/Content.Server/White/Other/GiftIgnoreComponent.cs index 9c0b9fd564..423c720e9d 100644 --- a/Content.Server/White/Other/GiftIgnoreComponent.cs +++ b/Content.Server/White/Other/GiftIgnoreComponent.cs @@ -1,6 +1,6 @@ namespace Content.Server.White.Other; [RegisterComponent] -public sealed class GiftIgnoreComponent : Component +public sealed partial class GiftIgnoreComponent : Component { } diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 2c5906b635..a9cdde4208 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -710,9 +710,6 @@ Heat: 0.80 Radiation: 0.80 Caustic: 0.95 - - type: ClothingGrantComponent - component: - - type: NightVision - type: FlashImmunity # WD edit - type: EyeProtection # WD edit