diff --git a/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs b/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs index 78bb0aca5c..99759c4458 100644 --- a/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs +++ b/Content.Client/CosmaticDrift/CryoSleep/AcceptCryoWindow.cs @@ -3,7 +3,7 @@ using Robust.Client.UserInterface.CustomControls; using static Robust.Client.UserInterface.Controls.BoxContainer; -namespace Content.Client.CosmaticDrift.CryoSleep; +namespace Content.Client.CryoSleep; public sealed class AcceptCryoWindow : DefaultWindow { public readonly Button DenyButton; diff --git a/Content.Client/CosmaticDrift/CryoSleep/CryoSleepEui.cs b/Content.Client/CosmaticDrift/CryoSleep/CryoSleepEui.cs index f51fed5da5..c1da1ea805 100644 --- a/Content.Client/CosmaticDrift/CryoSleep/CryoSleepEui.cs +++ b/Content.Client/CosmaticDrift/CryoSleep/CryoSleepEui.cs @@ -1,8 +1,8 @@ using Content.Client.Eui; -using Content.Shared.CosmaticDrift.CryoSleep; +using Content.Shared.CryoSleep; using Robust.Client.Graphics; -namespace Content.Client.CosmaticDrift.CryoSleep; +namespace Content.Client.CryoSleep; public sealed class CryoSleepEui : BaseEui { diff --git a/Content.Server/CosmaticDrift/CryoSleep/CryoSleepComponent.cs b/Content.Server/CosmaticDrift/CryoSleep/CryoSleepComponent.cs index 195c063157..d6686745ab 100644 --- a/Content.Server/CosmaticDrift/CryoSleep/CryoSleepComponent.cs +++ b/Content.Server/CosmaticDrift/CryoSleep/CryoSleepComponent.cs @@ -2,7 +2,7 @@ using Robust.Shared.Audio; using Robust.Shared.Containers; -namespace Content.Server.CosmaticDrift.CryoSleep; +namespace Content.Server.CryoSleep; [RegisterComponent] public sealed partial class CryoSleepComponent : Component { diff --git a/Content.Server/CosmaticDrift/CryoSleep/CryoSleepEui.cs b/Content.Server/CosmaticDrift/CryoSleep/CryoSleepEui.cs index 7dd89e6363..a13dd3819e 100644 --- a/Content.Server/CosmaticDrift/CryoSleep/CryoSleepEui.cs +++ b/Content.Server/CosmaticDrift/CryoSleep/CryoSleepEui.cs @@ -1,8 +1,8 @@ using Content.Server.EUI; -using Content.Shared.CosmaticDrift.CryoSleep; +using Content.Shared.CryoSleep; using Content.Shared.Eui; -namespace Content.Server.CosmaticDrift.CryoSleep; +namespace Content.Server.CryoSleep; public sealed class CryoSleepEui : BaseEui { diff --git a/Content.Server/CosmaticDrift/CryoSleep/CryoSleepSystem.cs b/Content.Server/CosmaticDrift/CryoSleep/CryoSleepSystem.cs index e5acdb7a08..9ace1995fa 100644 --- a/Content.Server/CosmaticDrift/CryoSleep/CryoSleepSystem.cs +++ b/Content.Server/CosmaticDrift/CryoSleep/CryoSleepSystem.cs @@ -24,7 +24,7 @@ using Robust.Shared.Containers; using Robust.Shared.Enums; -namespace Content.Server.CosmaticDrift.CryoSleep; +namespace Content.Server.CryoSleep; public sealed class CryoSleepSystem : EntitySystem { diff --git a/Content.Shared/CosmaticDrift/CryoSleep/AcceptCryoSleepEuiMessage.cs b/Content.Shared/CosmaticDrift/CryoSleep/AcceptCryoSleepEuiMessage.cs index 6a3f141235..9cff25f811 100644 --- a/Content.Shared/CosmaticDrift/CryoSleep/AcceptCryoSleepEuiMessage.cs +++ b/Content.Shared/CosmaticDrift/CryoSleep/AcceptCryoSleepEuiMessage.cs @@ -1,7 +1,7 @@ using Content.Shared.Eui; using Robust.Shared.Serialization; -namespace Content.Shared.CosmaticDrift.CryoSleep; +namespace Content.Shared.CryoSleep; [Serializable, NetSerializable] public enum AcceptCryoUiButton diff --git a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml index 9ae140106e..c6da5d737c 100644 --- a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml +++ b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml @@ -28,6 +28,4 @@ thresholds: - trigger: !type:DamageTrigger - damage: 0 - - type: GuideHelp - guides: [Cryosleep] + damage: 0 \ No newline at end of file