This commit is contained in:
Aviu00
2024-01-23 13:45:08 +03:00
parent f80bc67f13
commit c3236f829c
5 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
namespace Content.Server.Animations; namespace Content.Server.Animations;
[RegisterComponent] [RegisterComponent]
public sealed class DancingComponent : Component public sealed partial class DancingComponent : Component
{ {
public float AccumulatedFrametime; public float AccumulatedFrametime;

View File

@@ -1,3 +1,4 @@
using Content.Server.White.Animations;
using Content.Shared.Animations; using Content.Shared.Animations;
using Content.Shared.Bed.Sleep; using Content.Shared.Bed.Sleep;
using Content.Shared.Mobs.Components; using Content.Shared.Mobs.Components;

View File

@@ -1,6 +1,6 @@
namespace Content.Server.White.AspectsSystem.Aspects.Components; namespace Content.Server.White.AspectsSystem.Aspects.Components;
[RegisterComponent] [RegisterComponent]
public sealed class DancingAspectComponent : Component public sealed partial class DancingAspectComponent : Component
{ {
} }

View File

@@ -1,6 +1,6 @@
namespace Content.Server.White.Other; namespace Content.Server.White.Other;
[RegisterComponent] [RegisterComponent]
public sealed class GiftIgnoreComponent : Component public sealed partial class GiftIgnoreComponent : Component
{ {
} }

View File

@@ -710,9 +710,6 @@
Heat: 0.80 Heat: 0.80
Radiation: 0.80 Radiation: 0.80
Caustic: 0.95 Caustic: 0.95
- type: ClothingGrantComponent
component:
- type: NightVision
- type: FlashImmunity # WD edit - type: FlashImmunity # WD edit
- type: EyeProtection # WD edit - type: EyeProtection # WD edit