Fixas
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user