Fixas
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.Animations;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class DancingComponent : Component
|
||||
public sealed partial class DancingComponent : Component
|
||||
{
|
||||
public float AccumulatedFrametime;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using Content.Server.White.Animations;
|
||||
using Content.Shared.Animations;
|
||||
using Content.Shared.Bed.Sleep;
|
||||
using Content.Shared.Mobs.Components;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Content.Server.White.AspectsSystem.Aspects.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class DancingAspectComponent : Component
|
||||
public sealed partial class DancingAspectComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Content.Server.White.Other;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class GiftIgnoreComponent : Component
|
||||
public sealed partial class GiftIgnoreComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user